mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 05:04:41 +02:00
fixup! Clear the keyshare instead of storing it
This commit is contained in:
@@ -169,7 +169,7 @@ wolfSSL_Logging_cb wolfSSL_GetLoggingCb(void)
|
|||||||
int wolfSSL_Debugging_ON(void)
|
int wolfSSL_Debugging_ON(void)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG_WOLFSSL
|
#ifdef DEBUG_WOLFSSL
|
||||||
loggingEnabled = 0;
|
loggingEnabled = 1;
|
||||||
#if defined(WOLFSSL_APACHE_MYNEWT)
|
#if defined(WOLFSSL_APACHE_MYNEWT)
|
||||||
log_register("wolfcrypt", &mynewt_log, &log_console_handler, NULL, LOG_SYSLEVEL);
|
log_register("wolfcrypt", &mynewt_log, &log_console_handler, NULL, LOG_SYSLEVEL);
|
||||||
#endif /* WOLFSSL_APACHE_MYNEWT */
|
#endif /* WOLFSSL_APACHE_MYNEWT */
|
||||||
|
Reference in New Issue
Block a user