Fix email address delete code.
[openssl.git] / crypto / x509v3 / v3conf.c
index e0b097b335d0518e7724bde12f292c53d6a55621..67ee14f3348490ca6aba5368bdc6eaf2b157525e 100644 (file)
  * Hudson (tjh@cryptsoft.com).
  *
  */
+
+
 #include <stdio.h>
-#include <pem.h>
-#include <objects.h>
-#include <conf.h>
-#include <err.h>
-#include "x509v3.h"
+#include "cryptlib.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 */
 
-int main(argc, argv)
-int argc;
-char **argv;
+int main(int argc, char **argv)
 {
        LHASH *conf;
        X509 *cert;