Have all tests use EXIT() to exit rather than exit(), since the latter doesn't
[openssl.git] / crypto / x509 / x509rset.c
index 9f8032da0e70172900e734290f9fa3089b5b6493..d9f6b573729ecb6d8f2b6f38dc9cfab8589c8709 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "asn1.h"
-#include "objects.h"
-#include "evp.h"
-#include "x509.h"
+#include <openssl/asn1.h>
+#include <openssl/objects.h>
+#include <openssl/evp.h>
+#include <openssl/x509.h>
 
 int X509_REQ_set_version(X509_REQ *x, long version)
        {