diff options
| author | tb <> | 2024-04-17 22:43:42 +0000 |
|---|---|---|
| committer | tb <> | 2024-04-17 22:43:42 +0000 |
| commit | 0816cb6d884fea0de11afca09c6f859720f36537 (patch) | |
| tree | 0704fd54d2df5c6bdd202ef86d20b7ebb0ab0344 /src | |
| parent | 9383b4ccfbff00cd2d80293c74880e77a177202c (diff) | |
| download | openbsd-0816cb6d884fea0de11afca09c6f859720f36537.tar.gz openbsd-0816cb6d884fea0de11afca09c6f859720f36537.tar.bz2 openbsd-0816cb6d884fea0de11afca09c6f859720f36537.zip | |
tidy includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/o_fips.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/o_fips.c b/src/lib/libcrypto/o_fips.c index c3eb6c455f..35309a95e6 100644 --- a/src/lib/libcrypto/o_fips.c +++ b/src/lib/libcrypto/o_fips.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: o_fips.c,v 1.8 2024/04/15 16:05:49 tb Exp $ */ | 1 | /* $OpenBSD: o_fips.c,v 1.9 2024/04/17 22:43:42 tb Exp $ */ |
| 2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2011. | 3 | * project 2011. |
| 4 | */ | 4 | */ |
| @@ -56,9 +56,8 @@ | |||
| 56 | * | 56 | * |
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <openssl/err.h> | ||
| 60 | |||
| 61 | #include <openssl/crypto.h> | 59 | #include <openssl/crypto.h> |
| 60 | #include <openssl/err.h> | ||
| 62 | 61 | ||
| 63 | int | 62 | int |
| 64 | FIPS_mode(void) | 63 | FIPS_mode(void) |
