diff options
Diffstat (limited to 'src/lib/libcrypto/engine/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 41f05d48af..8a3574fd57 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: engine.h,v 1.35 2022/12/26 07:18:52 jmc Exp $ */ | 1 | /* $OpenBSD: engine.h,v 1.36 2023/04/18 08:33:43 tb Exp $ */ |
2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL | 2 | /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -70,7 +70,6 @@ | |||
70 | #error ENGINE is disabled. | 70 | #error ENGINE is disabled. |
71 | #endif | 71 | #endif |
72 | 72 | ||
73 | #ifndef OPENSSL_NO_DEPRECATED | ||
74 | #include <openssl/bn.h> | 73 | #include <openssl/bn.h> |
75 | #ifndef OPENSSL_NO_RSA | 74 | #ifndef OPENSSL_NO_RSA |
76 | #include <openssl/rsa.h> | 75 | #include <openssl/rsa.h> |
@@ -92,7 +91,6 @@ | |||
92 | #endif | 91 | #endif |
93 | #include <openssl/ui.h> | 92 | #include <openssl/ui.h> |
94 | #include <openssl/err.h> | 93 | #include <openssl/err.h> |
95 | #endif | ||
96 | 94 | ||
97 | #include <openssl/ossl_typ.h> | 95 | #include <openssl/ossl_typ.h> |
98 | 96 | ||