CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/06 05:03:03
Modified files:
usr.sbin/relayd: ssl.c
usr.sbin/smtpd : ssl.c
Log message:
Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced key
that requires to call RSA_free() to dereference it after use. Also
free a temporary key that was read by PEM_read_PrivateKey() and
immediately written into a bio.
ok markus@
