Fix header files so that any one can be included first.
[openssl.git] / crypto / x509 / x509type.c
index 5274ded737dac6cee86f1f741364f8a85d7f669a..8e78b344581e016af982ccb168963a6a759ba1cb 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "evp.h"
-#include "objects.h"
-#include "x509.h"
+#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
 
-int X509_certificate_type(x,pkey)
-X509 *x;
-EVP_PKEY *pkey;
+int X509_certificate_type(X509 *x, EVP_PKEY *pkey)
        {
        EVP_PKEY *pk;
        int ret=0,i;