control-port: Implement ONION_CLIENT_AUTH_VIEW.

This commit is contained in:
George Kadianakis
2019-06-03 14:25:38 +03:00
parent ee4b2287c6
commit db6a48b6bf
5 changed files with 133 additions and 7 deletions
+1
View File
@@ -2321,6 +2321,7 @@ static const control_cmd_def_t CONTROL_COMMANDS[] =
ONE_LINE(del_onion, CMD_FL_WIPE),
ONE_LINE(onion_client_auth_add, CMD_FL_WIPE),
ONE_LINE(onion_client_auth_remove, 0),
ONE_LINE(onion_client_auth_view, 0),
};
/**