aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_cfb_r2.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_cfb_r2.c')
-rw-r--r--crypto/evp/e_cfb_r2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/evp/e_cfb_r2.c b/crypto/evp/e_cfb_r2.c
index 78b9f4c147..68c4eba969 100644
--- a/crypto/evp/e_cfb_r2.c
+++ b/crypto/evp/e_cfb_r2.c
@@ -60,8 +60,8 @@
#include <stdio.h>
#include "cryptlib.h"
-#include "evp.h"
-#include "objects.h"
+#include <openssl/evp.h>
+#include <openssl/objects.h>
#ifndef NOPROTO
static void rc2_cfb_init_key(EVP_CIPHER_CTX *ctx, unsigned char *key,