mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Sniffer Fixes
Added a flag to disable the normally enabled session stats, WOLFSSL_NO_SESSION_STATS.
This commit is contained in:
@ -1779,12 +1779,18 @@ extern void uITRON4_free(void *p) ;
|
||||
#ifndef WOLFSSL_STATIC_RSA
|
||||
#define WOLFSSL_STATIC_RSA
|
||||
#endif
|
||||
#ifndef WOLFSSL_STATIC_DH
|
||||
#define WOLFSSL_STATIC_DH
|
||||
#endif
|
||||
/* Allow option to be disabled. */
|
||||
#ifndef WOLFSSL_NO_SESSION_STATS
|
||||
#ifndef WOLFSSL_SESSION_STATS
|
||||
#define WOLFSSL_SESSION_STATS
|
||||
#endif
|
||||
#ifndef WOLFSSL_PEAK_SESSIONS
|
||||
#define WOLFSSL_PEAK_SESSIONS
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Decode Public Key extras on by default, user can turn off with
|
||||
|
Reference in New Issue
Block a user