diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/o_fips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/o_fips.c b/src/lib/libcrypto/o_fips.c index b0190b18e6..c3eb6c455f 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.7 2024/04/10 14:51:02 beck Exp $ */ | 1 | /* $OpenBSD: o_fips.c,v 1.8 2024/04/15 16:05:49 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 | */ |
@@ -58,7 +58,7 @@ | |||
58 | 58 | ||
59 | #include <openssl/err.h> | 59 | #include <openssl/err.h> |
60 | 60 | ||
61 | #include "cryptlib.h" | 61 | #include <openssl/crypto.h> |
62 | 62 | ||
63 | int | 63 | int |
64 | FIPS_mode(void) | 64 | FIPS_mode(void) |