diff options
| author | tb <> | 2024-04-15 16:05:49 +0000 |
|---|---|---|
| committer | tb <> | 2024-04-15 16:05:49 +0000 |
| commit | a5461873a4f5600e9f06a0ed3dbc32b0c800dd4e (patch) | |
| tree | bc7f4b403bad3d21dd354e014b6d28b62d26126f /src | |
| parent | 7f6d0d8888b4ed69e8b6a663f40a2c8443f2ce82 (diff) | |
| download | openbsd-a5461873a4f5600e9f06a0ed3dbc32b0c800dd4e.tar.gz openbsd-a5461873a4f5600e9f06a0ed3dbc32b0c800dd4e.tar.bz2 openbsd-a5461873a4f5600e9f06a0ed3dbc32b0c800dd4e.zip | |
Include the correct header
Diffstat (limited to 'src')
| -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) |
