summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/makemap.c
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2009-05-30 23:53:41 +0000
committergilles <gilles@openbsd.org>2009-05-30 23:53:41 +0000
commita711f13cb9cd7e05aed50def28b270c700a909e2 (patch)
tree791d2cc247e67fdbd7662024e7e81ba4024ae0c5 /usr.sbin/smtpd/makemap.c
parentAirplane work, undefined weak variables not getting resolved is not an error. (diff)
downloadwireguard-openbsd-a711f13cb9cd7e05aed50def28b270c700a909e2.tar.xz
wireguard-openbsd-a711f13cb9cd7e05aed50def28b270c700a909e2.zip
It is now possible to specify a certificate to use when relaying to another
host which requests client certificates: accept [...] relay via [...] ssl certificate "mycert" diff from Josh Elsasser <josh@elsasser.org>, tested and okayed by me with no change but the addition of status 554 to the state machine to deal with remote host telling us it doesn't like our certificate.
Diffstat (limited to 'usr.sbin/smtpd/makemap.c')
-rw-r--r--usr.sbin/smtpd/makemap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/makemap.c b/usr.sbin/smtpd/makemap.c
index e00c2bdf8b7..bea29b68d2b 100644
--- a/usr.sbin/smtpd/makemap.c
+++ b/usr.sbin/smtpd/makemap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: makemap.c,v 1.17 2009/05/10 11:29:40 jacekm Exp $ */
+/* $OpenBSD: makemap.c,v 1.18 2009/05/30 23:53:41 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -75,7 +75,7 @@ purge_config(struct smtpd *env, u_int8_t what)
}
int
-ssl_load_certfile(struct smtpd *env, const char *name)
+ssl_load_certfile(struct smtpd *env, const char *name, u_int8_t flags)
{
return (0);
}