From 31fe154d1cc4c1dd71e24225e73715c0b63a7370 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Sun, 2 Apr 2017 10:57:04 +0900 Subject: [PATCH] removed STUB mark from wolfSSL_ERR_load_crypto_strings --- src/ssl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ssl.c b/src/ssl.c index 3fca7dea5..83bb604ee 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -28844,14 +28844,12 @@ int wolfSSL_DH_generate_parameters_ex(WOLFSSL_DH* dh, int prime_len, int generat } #endif -#ifndef NO_WOLFSSL_STUB void wolfSSL_ERR_load_crypto_strings(void) { WOLFSSL_ENTER("wolfSSL_ERR_load_crypto_strings"); - WOLFSSL_STUB("wolfSSL_ERR_load_crypto_strings"); + /* Do nothing */ return; } -#endif #ifndef NO_WOLFSSL_STUB unsigned long wolfSSL_ERR_peek_last_error(void)