forked from wolfSSL/wolfssl
removed STUB mark from wolfSSL_ERR_load_crypto_strings
This commit is contained in:
committed by
Jacob Barthelmeh
parent
18019f1bae
commit
31fe154d1c
@@ -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)
|
||||||
|
Reference in New Issue
Block a user