Fix crash and latest update.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/tserr.h>
|
||||
#include <openssl/cmserr.h>
|
||||
#include <openssl/crmferr.h>
|
||||
#include <openssl/cterr.h>
|
||||
#include <openssl/asyncerr.h>
|
||||
#include <openssl/kdferr.h>
|
||||
@@ -90,6 +91,9 @@ int err_load_crypto_strings_int(void)
|
||||
# ifndef OPENSSL_NO_CMS
|
||||
ERR_load_CMS_strings() == 0 ||
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_CMP
|
||||
ERR_load_CRMF_strings() == 0 ||
|
||||
# endif
|
||||
# ifndef OPENSSL_NO_CT
|
||||
ERR_load_CT_strings() == 0 ||
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user