artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd96e3
)
Include the correct header
author
tb
<tb@openbsd.org>
Mon, 15 Apr 2024 16:05:49 +0000
(16:05 +0000)
committer
tb
<tb@openbsd.org>
Mon, 15 Apr 2024 16:05:49 +0000
(16:05 +0000)
lib/libcrypto/o_fips.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/o_fips.c
b/lib/libcrypto/o_fips.c
index
b0190b1
..
c3eb6c4
100644
(file)
--- 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 <openssl/err.h>
-#include
"cryptlib.h"
+#include
<openssl/crypto.h>
int
FIPS_mode(void)