Cleanup OPENSSL_NO_xxx, part 1
[openssl.git] / crypto / x509v3 / v3conf.c
index aca90b6d7b28df9038348e5631978b8ab101032d..a9e6ca354280bc630f4c8dca39646278e6775332 100644 (file)
@@ -1,5 +1,5 @@
 /* v3conf.c */
-/* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL
+/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 1999.
  */
 /* ====================================================================
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "asn1.h"
-#include "asn1_mac.h"
-#include "conf.h"
-#include "x509.h"
-#include "x509v3.h"
+#include <openssl/asn1.h>
+#include <openssl/conf.h>
+#include <openssl/x509.h>
+#include <openssl/x509v3.h>
 
 /* Test application to add extensions from a config file */
 
@@ -119,7 +118,7 @@ int main(int argc, char **argv)
                printf("%s", OBJ_nid2ln(OBJ_obj2nid(ext->object)));
                if(ext->critical) printf(",critical:\n");
                else printf(":\n");
-               X509V3_EXT_print_fp(stdout, ext, 0);
+               X509V3_EXT_print_fp(stdout, ext, 0, 0);
                printf("\n");
                
        }