Skip to content

Commit 351bc75

Browse files
committed
SSH-AGENT
1. For the client agent command line option, add the flag to the flag string. 2. Update PostSignRequest() to support all flavors of ECDSA and to switch out code for missing algorithms. 3. Hide function SendRequestIdentities().
1 parent 2b2a30c commit 351bc75

2 files changed

Lines changed: 227 additions & 136 deletions

File tree

examples/client/client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ THREAD_RETURN WOLFSSH_THREAD client_test(void* args)
826826
char** argv = ((func_args*)args)->argv;
827827
((func_args*)args)->return_code = 0;
828828

829-
while ((ch = mygetopt(argc, argv, "?c:eh:i:j:p:tu:xzNP:R")) != -1) {
829+
while ((ch = mygetopt(argc, argv, "?ac:eh:i:j:p:tu:xzNP:R")) != -1) {
830830
switch (ch) {
831831
case 'h':
832832
host = myoptarg;

0 commit comments

Comments
 (0)