Commit a0e8da5d authored by Richard Levitte's avatar Richard Levitte
Browse files

Don't forget to load the CT error strings

parent cc79f06c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@
#ifndef OPENSSL_NO_JPAKE
# include <openssl/jpake.h>
#endif
#include <internal/ct_int.h>

void ERR_load_crypto_strings(void)
{
@@ -161,5 +162,8 @@ void ERR_load_crypto_strings(void)
# ifndef OPENSSL_NO_JPAKE
    ERR_load_JPAKE_strings();
# endif
# ifndef OPENSSL_NO_CT
    ERR_load_CT_strings();
# endif
#endif
}