CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/11 00:25:57
Modified files:
usr.sbin/smtpd : smtpd.h cert.c
Log message:
Improve the cert_*() interface. Use the return value to tell whether
the request is pending (waiting for an async event) or not. Success
or failure is always reported through the callback function.
ok gilles@
