diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/engine/engine.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 51c6b63393..0c620ba7f8 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.37 2023/04/18 08:47:28 tb Exp $ */ | 1 | /* $OpenBSD: engine.h,v 1.38 2023/04/18 09:10:44 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 | */ |
| @@ -91,11 +91,10 @@ | |||
| 91 | #include <openssl/rsa.h> | 91 | #include <openssl/rsa.h> |
| 92 | #endif | 92 | #endif |
| 93 | #include <openssl/ui.h> | 93 | #include <openssl/ui.h> |
| 94 | #include <openssl/x509.h> | ||
| 94 | 95 | ||
| 95 | #include <openssl/ossl_typ.h> | 96 | #include <openssl/ossl_typ.h> |
| 96 | 97 | ||
| 97 | #include <openssl/x509.h> | ||
| 98 | |||
| 99 | #ifdef __cplusplus | 98 | #ifdef __cplusplus |
| 100 | extern "C" { | 99 | extern "C" { |
| 101 | #endif | 100 | #endif |
