artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1b4a8a
)
Another missing #include <openssl/err.h>
author
tb
<tb@openbsd.org>
Sun, 26 Mar 2023 18:11:48 +0000
(18:11 +0000)
committer
tb
<tb@openbsd.org>
Sun, 26 Mar 2023 18:11:48 +0000
(18:11 +0000)
usr.sbin/smtpd/ca.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/ca.c
b/usr.sbin/smtpd/ca.c
index
84997db
..
c0c9186
100644
(file)
--- a/
usr.sbin/smtpd/ca.c
+++ b/
usr.sbin/smtpd/ca.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ca.c,v 1.4
2 2022/02/18 16:57:36 millert Exp $
*/
+/* $OpenBSD: ca.c,v 1.4
3 2023/03/26 18:11:48 tb Exp $
*/
/*
* Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org>
@@
-17,6
+17,7
@@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/engine.h>
#include <pwd.h>