From a5461873a4f5600e9f06a0ed3dbc32b0c800dd4e Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 15 Apr 2024 16:05:49 +0000 Subject: Include the correct header --- src/lib/libcrypto/o_fips.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/o_fips.c') 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 @@ -/* $OpenBSD: o_fips.c,v 1.7 2024/04/10 14:51:02 beck Exp $ */ +/* $OpenBSD: o_fips.c,v 1.8 2024/04/15 16:05:49 tb Exp $ */ /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL * project 2011. */ @@ -58,7 +58,7 @@ #include -#include "cryptlib.h" +#include int FIPS_mode(void) -- cgit v1.2.3-55-g6feb