removed STUB mark from wolfSSL_ERR_load_crypto_strings

This commit is contained in:
Takashi Kojo
2017-04-02 10:57:04 +09:00
committed by Jacob Barthelmeh
parent 18019f1bae
commit 31fe154d1c

View File

@@ -28844,14 +28844,12 @@ int wolfSSL_DH_generate_parameters_ex(WOLFSSL_DH* dh, int prime_len, int generat
} }
#endif #endif
#ifndef NO_WOLFSSL_STUB
void wolfSSL_ERR_load_crypto_strings(void) void wolfSSL_ERR_load_crypto_strings(void)
{ {
WOLFSSL_ENTER("wolfSSL_ERR_load_crypto_strings"); WOLFSSL_ENTER("wolfSSL_ERR_load_crypto_strings");
WOLFSSL_STUB("wolfSSL_ERR_load_crypto_strings"); /* Do nothing */
return; return;
} }
#endif
#ifndef NO_WOLFSSL_STUB #ifndef NO_WOLFSSL_STUB
unsigned long wolfSSL_ERR_peek_last_error(void) unsigned long wolfSSL_ERR_peek_last_error(void)