mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +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;
|
doBlockSeq = 1;
|
||||||
dtlsCtx.blockSeq = atoi(myoptarg);
|
dtlsCtx.blockSeq = atoi(myoptarg);
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
|
|
||||||
case '5' :
|
case '5' :
|
||||||
#ifdef HAVE_TRUSTED_CA
|
#ifdef HAVE_TRUSTED_CA
|
||||||
|
Reference in New Issue
Block a user