diff options
Diffstat (limited to 'lib/crypto/ecdh.c')
-rw-r--r-- | lib/crypto/ecdh.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |