Continuing adding X509 V3 support. This starts to integrate the code with
[openssl.git] / apps / x509.c
index fa8537e078f10c05e6bd3d23af23e12b8fd26641..b375ffe32f85d792a088bd0c520167b6c38c36dd 100644 (file)
@@ -69,6 +69,7 @@
 #include "bn.h"
 #include "evp.h"
 #include "x509.h"
+#include "x509v3.h"
 #include "objects.h"
 #include "pem.h"
 
@@ -305,7 +306,7 @@ bad:
                }
 
        ERR_load_crypto_strings();
-       X509v3_add_netscape_extensions();
+       X509V3_add_standard_extensions();
 
        if (!X509_STORE_set_default_paths(ctx))
                {