CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/24 12:01:52
Modified files:
usr.sbin/smtpd : crypto.c
Log message:
switch from having automatic EVP_CIPHER_CTX variables to allocating them
with EVP_CIPHER_CTX_new() and releasing them with EVP_CIPHER_CTX_free().
ok sunil@ and millert@
