forked from wolfSSL/wolfssl
Sniffer Fixes
Added a flag to disable the normally enabled session stats, WOLFSSL_NO_SESSION_STATS.
This commit is contained in:
@@ -1779,11 +1779,17 @@ extern void uITRON4_free(void *p) ;
|
|||||||
#ifndef WOLFSSL_STATIC_RSA
|
#ifndef WOLFSSL_STATIC_RSA
|
||||||
#define WOLFSSL_STATIC_RSA
|
#define WOLFSSL_STATIC_RSA
|
||||||
#endif
|
#endif
|
||||||
#ifndef WOLFSSL_SESSION_STATS
|
#ifndef WOLFSSL_STATIC_DH
|
||||||
#define WOLFSSL_SESSION_STATS
|
#define WOLFSSL_STATIC_DH
|
||||||
#endif
|
#endif
|
||||||
#ifndef WOLFSSL_PEAK_SESSIONS
|
/* Allow option to be disabled. */
|
||||||
#define WOLFSSL_PEAK_SESSIONS
|
#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user