summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_fips.c
diff options
context:
space:
mode:
authortb <>2024-04-15 16:05:49 +0000
committertb <>2024-04-15 16:05:49 +0000
commita5461873a4f5600e9f06a0ed3dbc32b0c800dd4e (patch)
treebc7f4b403bad3d21dd354e014b6d28b62d26126f /src/lib/libcrypto/o_fips.c
parent7f6d0d8888b4ed69e8b6a663f40a2c8443f2ce82 (diff)
downloadopenbsd-a5461873a4f5600e9f06a0ed3dbc32b0c800dd4e.tar.gz
openbsd-a5461873a4f5600e9f06a0ed3dbc32b0c800dd4e.tar.bz2
openbsd-a5461873a4f5600e9f06a0ed3dbc32b0c800dd4e.zip
Include the correct header
Diffstat (limited to 'src/lib/libcrypto/o_fips.c')
-rw-r--r--src/lib/libcrypto/o_fips.c4
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
63int 63int
64FIPS_mode(void) 64FIPS_mode(void)