From 834eeef995bb3783550d11186f9d649aaacd43ac Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 24 Jan 1999 17:50:32 +0000 Subject: Continuing adding X509 V3 support. This starts to integrate the code with the main library, but only with printing at present. To see this try: openssl x509 -in cert.pem -text on a certificate with some extensions in it. --- crypto/err/err_all.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/err/err_all.c') diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index f874268e1a..423216e7c1 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -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 -- cgit v1.2.3