aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgearnode <bryan@frimin.fr>2020-11-21 22:10:57 +0100
committergearnode <bryan@frimin.fr>2020-11-21 22:10:57 +0100
commitf7fd219657c9bd692e96374bc6371eadf06bfefd (patch)
treef114f4ce5b53c9dae66b9020a209ad748fdc49d0
parentRevert agentx support for now, we're too close to release. (diff)
downloadOpenSMTPD-f7fd219657c9bd692e96374bc6371eadf06bfefd.tar.xz
OpenSMTPD-f7fd219657c9bd692e96374bc6371eadf06bfefd.zip
fix missing openssl rand include
-rw-r--r--usr.sbin/smtpd/smtpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c
index 3b8c6764..ad0ebdea 100644
--- a/usr.sbin/smtpd/smtpd.c
+++ b/usr.sbin/smtpd/smtpd.c
@@ -80,6 +80,7 @@
#include <util.h>
#endif
+#include <openssl/rand.h>
#include <openssl/ssl.h>
#include <openssl/evp.h>