mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Fix a fall-through bug in the server options parsing around a new
option.
This commit is contained in:
@ -1379,6 +1379,7 @@ THREAD_RETURN WOLFSSL_THREAD server_test(void* args)
|
||||
doBlockSeq = 1;
|
||||
dtlsCtx.blockSeq = atoi(myoptarg);
|
||||
#endif
|
||||
break;
|
||||
|
||||
case '5' :
|
||||
#ifdef HAVE_TRUSTED_CA
|
||||
|
Reference in New Issue
Block a user