diff options
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/aes.c | 2 | ||||
-rw-r--r-- | lib/crypto/ecdh.c | 2 |
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 |