Loading crypto/err/err_all.c +4 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ #ifndef OPENSSL_NO_JPAKE # include <openssl/jpake.h> #endif #include <internal/ct_int.h> void ERR_load_crypto_strings(void) { Loading Loading @@ -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 } Loading
crypto/err/err_all.c +4 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ #ifndef OPENSSL_NO_JPAKE # include <openssl/jpake.h> #endif #include <internal/ct_int.h> void ERR_load_crypto_strings(void) { Loading Loading @@ -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 }