Overhaul of by_dir code to handle dynamic loading of CRLs.
[openssl.git] / crypto / x509 / x509_def.c
index e3126bf887339d66b0c79fcefc8d2ac73dacfcb8..e0ac151a768c515b67a14e76b30a795294e7a7e2 100644 (file)
  */
 
 #include <stdio.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 #include "cryptlib.h"
-#include "crypto.h"
-#include "x509.h"
+#include <openssl/crypto.h>
+#include <openssl/x509.h>
 
 const char *X509_get_default_private_dir(void)
        { return(X509_PRIVATE_DIR); }