CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2014/05/01 09:50:20
Modified files: usr.sbin/smtpd : ca.c config.c lka.c pony.c smtpd.c smtpd.h Log message: Move RSA keys from "lka" to a new dedicated "ca" process because lka is handling some async requests and shouldn't be busy with sync RSA. ok gilles@