This commit is contained in:
Zhi Guan
2017-02-15 15:35:07 +08:00
parent 7eb9c6664a
commit b0d309b527
14 changed files with 455 additions and 5 deletions

View File

@@ -117,6 +117,9 @@ int err_load_crypto_strings_int(void)
# ifndef OPENSSL_NO_CPK
ERR_load_CPK_strings() == 0 ||
# endif
# ifndef OPENSSL_NO_OTP
ERR_load_OTP_strings() == 0 ||
# endif
#endif
ERR_load_KDF_strings() == 0)
return 0;