Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / evp / p_enc.c
index 8d54f1a2f5ce00340558ec7a82249fca2afb123d..4cf6acaf5db90b39a45fc8dcc12ce0b340f52346 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "rand.h"
+#include <openssl/rand.h>
 #ifndef NO_RSA
-#include "rsa.h"
+#include <openssl/rsa.h>
 #endif
-#include "evp.h"
-#include "objects.h"
-#include "x509.h"
+#include <openssl/evp.h>
+#include <openssl/objects.h>
+#include <openssl/x509.h>
 
 int EVP_PKEY_encrypt(unsigned char *ek, unsigned char *key, int key_len,
             EVP_PKEY *pubk)