diff options
Diffstat (limited to 'src/lib/libcrypto/ecdh/ecdh.h')
-rw-r--r-- | src/lib/libcrypto/ecdh/ecdh.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ecdh/ecdh.h b/src/lib/libcrypto/ecdh/ecdh.h index b39a90f165..98cc2223a1 100644 --- a/src/lib/libcrypto/ecdh/ecdh.h +++ b/src/lib/libcrypto/ecdh/ecdh.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecdh.h,v 1.6 2022/07/12 14:42:49 kn Exp $ */ | 1 | /* $OpenBSD: ecdh.h,v 1.7 2023/04/18 08:33:43 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. | 3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
4 | * | 4 | * |
@@ -77,9 +77,7 @@ | |||
77 | 77 | ||
78 | #include <openssl/ec.h> | 78 | #include <openssl/ec.h> |
79 | #include <openssl/ossl_typ.h> | 79 | #include <openssl/ossl_typ.h> |
80 | #ifndef OPENSSL_NO_DEPRECATED | ||
81 | #include <openssl/bn.h> | 80 | #include <openssl/bn.h> |
82 | #endif | ||
83 | 81 | ||
84 | #ifdef __cplusplus | 82 | #ifdef __cplusplus |
85 | extern "C" { | 83 | extern "C" { |