artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
770e248
)
Add missing #include <openssl/err.h>
author
tb
<tb@openbsd.org>
Sun, 26 Mar 2023 18:04:47 +0000
(18:04 +0000)
committer
tb
<tb@openbsd.org>
Sun, 26 Mar 2023 18:04:47 +0000
(18:04 +0000)
usr.sbin/relayd/ca.c
patch
|
blob
|
history
diff --git
a/usr.sbin/relayd/ca.c
b/usr.sbin/relayd/ca.c
index
9f186e2
..
dcb9d20
100644
(file)
--- a/
usr.sbin/relayd/ca.c
+++ b/
usr.sbin/relayd/ca.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ca.c,v 1.4
0 2022/11/10 00:44:12 mbuhl Exp $
*/
+/* $OpenBSD: ca.c,v 1.4
1 2023/03/26 18:04:47 tb Exp $
*/
/*
* Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org>
@@
-27,8
+27,9
@@
#include <imsg.h>
#include <openssl/bio.h>
-#include <openssl/
pem
.h>
+#include <openssl/
err
.h>
#include <openssl/evp.h>
+#include <openssl/pem.h>
#include <openssl/rsa.h>
#include <openssl/engine.h>