This commit is contained in:
Zhi Guan
2017-02-15 00:32:40 +08:00
parent 83321f9755
commit 91ee73a880
15 changed files with 711 additions and 35 deletions

View File

@@ -40,6 +40,7 @@
#include <openssl/async.h>
#include <openssl/kdf.h>
#include <openssl/kdf2.h>
#include <openssl/ffx.h>
int err_load_crypto_strings_int(void)
{
@@ -105,6 +106,9 @@ int err_load_crypto_strings_int(void)
# ifndef OPENSSL_NO_KDF2
ERR_load_KDF2_strings() == 0 ||
# endif
# ifndef OPENSSL_NO_FFX
ERR_load_FFX_strings() == 0 ||
# endif
#endif
ERR_load_KDF_strings() == 0)
return 0;