artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f140e76
)
tidy includes
author
tb
<tb@openbsd.org>
Wed, 17 Apr 2024 22:43:42 +0000
(22:43 +0000)
committer
tb
<tb@openbsd.org>
Wed, 17 Apr 2024 22:43:42 +0000
(22:43 +0000)
lib/libcrypto/o_fips.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/o_fips.c
b/lib/libcrypto/o_fips.c
index
c3eb6c4
..
35309a9
100644
(file)
--- a/
lib/libcrypto/o_fips.c
+++ b/
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 <openssl/err.h>
-
#include <openssl/crypto.h>
+#include <openssl/err.h>
int
FIPS_mode(void)