aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-10-01 00:24:54 -0400
committerIan Moffett <ian@osmora.org>2024-10-01 00:25:11 -0400
commit9b50f08c3995c2215420bba8eca029b14514dfac (patch)
treec73be9812e8cfabc451dd370512a0d819c70957a /lib/crypto
parent7d1a25045f30882dd5d5618a83b4bbb5564ebf8f (diff)
project: Convert project to library
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/aes.c2
-rw-r--r--lib/crypto/ecdh.c2
2 files changed, 2 insertions, 2 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>
diff --git a/lib/crypto/ecdh.c b/lib/crypto/ecdh.c
index c881ca1..70aee12 100644
--- a/lib/crypto/ecdh.c
+++ b/lib/crypto/ecdh.c
@@ -33,7 +33,7 @@
#include <openssl/pem.h>
#include <openssl/bn.h>
#include <openssl/err.h>
-#include <crypto/ecdh.h>
+#include <ostp/crypto/ecdh.h>
#include <stdio.h>
#define KEY_SIZE 32