aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/p_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/p_enc.c')
-rw-r--r--crypto/evp/p_enc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/evp/p_enc.c b/crypto/evp/p_enc.c
index 8d54f1a2f5..4cf6acaf5d 100644
--- a/crypto/evp/p_enc.c
+++ b/crypto/evp/p_enc.c
@@ -58,13 +58,13 @@
#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)