summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/evp/encode.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/evp/encode.c')
-rw-r--r--crypto/openssl/crypto/evp/encode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/evp/encode.c b/crypto/openssl/crypto/evp/encode.c
index da32d4fd19734..9307ff0464249 100644
--- a/crypto/openssl/crypto/evp/encode.c
+++ b/crypto/openssl/crypto/evp/encode.c
@@ -11,8 +11,8 @@
#include <limits.h>
#include "internal/cryptlib.h"
#include <openssl/evp.h>
-#include "evp_locl.h"
-#include "internal/evp_int.h"
+#include "evp_local.h"
+#include "crypto/evp.h"
static unsigned char conv_ascii2bin(unsigned char a,
const unsigned char *table);