Initial support for name constraints certificate extension.
[openssl.git] / crypto / x509v3 / v3prin.c
index 36f78b25df553873120a369739b0b165a295d314..b529814319b109dc0992f715e4d0ef021f257884 100644 (file)
 
 
 #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>
 
-int main(argc, argv)
-int argc;
-char **argv;
+int main(int argc, char **argv)
 {
        X509 *cert;
        FILE *inf;