Fix build error in client_test

pull/502/head
Eric Blankenhorn 2023-03-15 09:46:01 -05:00
parent f8651c952b
commit 85f904dbfe
2 changed files with 4 additions and 2 deletions

View File

@ -1084,10 +1084,11 @@ THREAD_RETURN WOLFSSH_THREAD client_test(void* args)
caCert = myoptarg;
break;
#if defined(OPENSSL_ALL) || defined(WOLFSSL_IP_ALT_NAME)
case 'X':
IPOverride = 1;
break;
#endif
#endif
case 'x':

View File

@ -1675,10 +1675,11 @@ THREAD_RETURN WOLFSSH_THREAD sftpclient_test(void* args)
caCert = myoptarg;
break;
#if defined(OPENSSL_ALL) || defined(WOLFSSL_IP_ALT_NAME)
case 'X':
IPOverride = 1;
break;
#endif
#endif
case '?':