Various changes to make this stuff compile under Win32 and VC++ with and
[oweals/openssl.git] / crypto / x509v3 / v3_lib.c
index b40df76850e821540732d4cd10fe074d944688d5..0500ef5a355a1d2f1cd0c40750cddac047876f58 100644 (file)
  */
 /* X509 v3 extension utilities */
 
-#include <stdlib.h>
-#include <pem.h>
-#include <conf.h>
-#include <err.h>
+#include <stdio.h>
+#include "cryptlib.h"
+#include "conf.h"
 #include "x509v3.h"
 
 static STACK *ext_list = NULL;