summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/makemap.c
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2009-05-30 23:53:42 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2009-05-30 23:53:42 +0000
commitbdd075677b91e9a8e3d7fbc111cb792686fe3b8d (patch)
tree5c75b73a2a6712c88845b0dd7933688f61e0f2ea /usr.sbin/smtpd/makemap.c
parent1be013f78625228fd67258d8dd002d709b77c269 (diff)
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);
}