CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/01/16 08:08:52
Modified files: usr.sbin/relayd: relay.c relayd.h ssl_privsep.c usr.sbin/smtpd : ssl.c ssl.h ssl_privsep.c Log message: SSL_CTX_use_certificate_chain() has been added to LibreSSL and there is no need to keep a local copy in ssl_privsep.c. This adds a little burden on OpenSMTPD-portable because it will have to put it in openbsd-compat for compatibility with legacy OpenSSL. OK gilles@