Complete rewrite of the error code generation script. It now runs as a single
[openssl.git] / crypto / pkcs7 / pk7_enc.c
index a5b6dc463f071777e7b913d83f8ac5b0ec2a5c17..acbb189c59af4017b420a1f97cb8790c49ebaaf7 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "evp.h"
-#include "rand.h"
-#include "objects.h"
-#include "x509.h"
-#include "pkcs7.h"
+#include <openssl/evp.h>
+#include <openssl/rand.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
+#include <openssl/pkcs7.h>
 
 PKCS7_in_bio(PKCS7 *p7,BIO *in);
 PKCS7_out_bio(PKCS7 *p7,BIO *out);