X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Ferr%2Ferr_all.c;h=6917b48fb2540c185836de5f6723aab6ec21aeae;hp=f874268e1aaa33578c480a1431c7e939aedf35a7;hb=c91531d9fe725b8462c3a8638167ce5f218e19a3;hpb=7dfb0b774e6592dcbfe47015168a0ac8b44e2a17 diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index f874268e1a..6917b48fb2 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -75,8 +75,9 @@ #endif #include "evp.h" #include "objects.h" -#include "pem.h" +#include "pem2.h" #include "x509.h" +#include "x509v3.h" #include "conf.h" #include "err.h" @@ -110,6 +111,7 @@ void ERR_load_crypto_strings() ERR_load_OBJ_strings(); ERR_load_PEM_strings(); ERR_load_X509_strings(); + ERR_load_X509V3_strings(); ERR_load_CRYPTO_strings(); ERR_load_PKCS7_strings(); #endif