diff options
Diffstat (limited to 'crypto/dh/dh_rfc5114.c')
-rw-r--r-- | crypto/dh/dh_rfc5114.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_rfc5114.c b/crypto/dh/dh_rfc5114.c index 4a84ced6ec..752bf2cd12 100644 --- a/crypto/dh/dh_rfc5114.c +++ b/crypto/dh/dh_rfc5114.c @@ -57,7 +57,7 @@ */ #include <stdio.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/dh.h> #include <openssl/bn.h> |