summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/o_fips.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/o_fips.c')
-rw-r--r--src/lib/libcrypto/o_fips.c5
1 files changed, 2 insertions, 3 deletions
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 @@
1/* $OpenBSD: o_fips.c,v 1.8 2024/04/15 16:05:49 tb Exp $ */ 1/* $OpenBSD: o_fips.c,v 1.9 2024/04/17 22:43:42 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 */
@@ -56,9 +56,8 @@
56 * 56 *
57 */ 57 */
58 58
59#include <openssl/err.h>
60
61#include <openssl/crypto.h> 59#include <openssl/crypto.h>
60#include <openssl/err.h>
62 61
63int 62int
64FIPS_mode(void) 63FIPS_mode(void)