mirror of
https://github.com/openssl/openssl.git
synced 2025-03-01 19:28:10 +08:00
Don't forget to load the CT error strings
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
cc79f06c0a
commit
a0e8da5d92
@ -105,6 +105,7 @@
|
|||||||
#ifndef OPENSSL_NO_JPAKE
|
#ifndef OPENSSL_NO_JPAKE
|
||||||
# include <openssl/jpake.h>
|
# include <openssl/jpake.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <internal/ct_int.h>
|
||||||
|
|
||||||
void ERR_load_crypto_strings(void)
|
void ERR_load_crypto_strings(void)
|
||||||
{
|
{
|
||||||
@ -161,5 +162,8 @@ void ERR_load_crypto_strings(void)
|
|||||||
# ifndef OPENSSL_NO_JPAKE
|
# ifndef OPENSSL_NO_JPAKE
|
||||||
ERR_load_JPAKE_strings();
|
ERR_load_JPAKE_strings();
|
||||||
# endif
|
# endif
|
||||||
|
# ifndef OPENSSL_NO_CT
|
||||||
|
ERR_load_CT_strings();
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user