diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2014-02-04 13:44:42 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2014-02-04 13:44:42 +0000 |
commit | 5466a3045acfc02b1542c40152b69df386bcf9e0 (patch) | |
tree | bd0ebdfd026b293d6b0de4ba08d970ce0ffbce92 /usr.sbin/smtpd/ssl_privsep.c | |
parent | 18a6e075a482dcb67a689f725c9795e20a72a992 (diff) |
pki code cleanup
- rename "struct ssl" and "cert" to "struct pki" and "cert" to "pki_name"
- inherit pki conf on fork instead of passing it through imsg at startup
- implement SNI on smtp listeners
Diffstat (limited to 'usr.sbin/smtpd/ssl_privsep.c')
-rw-r--r-- | usr.sbin/smtpd/ssl_privsep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/ssl_privsep.c b/usr.sbin/smtpd/ssl_privsep.c index ffd62166ec2..e53fb4f418e 100644 --- a/usr.sbin/smtpd/ssl_privsep.c +++ b/usr.sbin/smtpd/ssl_privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_privsep.c,v 1.5 2013/01/26 09:37:24 gilles Exp $ */ +/* $OpenBSD: ssl_privsep.c,v 1.6 2014/02/04 13:44:41 eric Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. |