Update dependencies.
[openssl.git] / crypto / err / err_all.c
index f874268e1aaa33578c480a1431c7e939aedf35a7..423216e7c16525383690b6907cfabd3ba57bca3f 100644 (file)
@@ -77,6 +77,7 @@
 #include "objects.h"
 #include "pem.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