From 2afa3fb901383a925b80dbddf3519b5c7eab4ea4 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 15 Apr 2024 16:05:49 +0000 Subject: [PATCH] Include the correct header --- lib/libcrypto/o_fips.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/o_fips.c b/lib/libcrypto/o_fips.c index b0190b18e6e..c3eb6c455f6 100644 --- a/lib/libcrypto/o_fips.c +++ b/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) -- 2.20.1