From 0816cb6d884fea0de11afca09c6f859720f36537 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 17 Apr 2024 22:43:42 +0000 Subject: tidy includes --- src/lib/libcrypto/o_fips.c | 5 ++--- 1 file changed, 2 insertions(+), 3 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 c3eb6c455f..35309a95e6 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.8 2024/04/15 16:05:49 tb Exp $ */ +/* $OpenBSD: o_fips.c,v 1.9 2024/04/17 22:43:42 tb Exp $ */ /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL * project 2011. */ @@ -56,9 +56,8 @@ * */ -#include - #include +#include int FIPS_mode(void) -- cgit v1.2.3-55-g6feb