summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/aes/aes_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/aes/aes_ecb.c')
-rw-r--r--crypto/openssl/crypto/aes/aes_ecb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/aes/aes_ecb.c b/crypto/openssl/crypto/aes/aes_ecb.c
index 29bfc1ad66f7a..4fa360ca8b8d7 100644
--- a/crypto/openssl/crypto/aes/aes_ecb.c
+++ b/crypto/openssl/crypto/aes/aes_ecb.c
@@ -10,7 +10,7 @@
#include <assert.h>
#include <openssl/aes.h>
-#include "aes_locl.h"
+#include "aes_local.h"
void AES_ecb_encrypt(const unsigned char *in, unsigned char *out,
const AES_KEY *key, const int enc)