aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/aes.c')
-rw-r--r--lib/crypto/aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/aes.c b/lib/crypto/aes.c
index c51c594..ee5aeb4 100644
--- a/lib/crypto/aes.c
+++ b/lib/crypto/aes.c
@@ -31,7 +31,7 @@
#include <openssl/evp.h>
#include <openssl/aes.h>
#include <openssl/rand.h>
-#include <crypto/aes.h>
+#include <ostp/crypto/aes.h>
#include <stdio.h>
#include <string.h>