Transparent support for PKCS#8 private keys in RSA/DSA.
[openssl.git] / crypto / x509 / x509_txt.c
index 06f284b0a68d3b9f6ac8d659de61be273d48e567..60c48f1248f9ea54da645ea6efb4184d51df16db 100644 (file)
 #include <stdio.h>
 #include <time.h>
 #include <errno.h>
-#include <sys/types.h>
 
 #include "cryptlib.h"
-#include "lhash.h"
-#include "buffer.h"
-#include "evp.h"
-#include "asn1.h"
-#include "x509.h"
-#include "objects.h"
+#include <openssl/lhash.h>
+#include <openssl/buffer.h>
+#include <openssl/evp.h>
+#include <openssl/asn1.h>
+#include <openssl/x509.h>
+#include <openssl/objects.h>
 
 const char *X509_verify_cert_error_string(long n)
        {