CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/02/24 21:56:41
Modified files: usr.bin/openssl: certhash.c Log message: Avoid NULL pointer deref in hashinfo_free() when calling from error paths. Also, nuke debugging printfs per jsing and bcook. ok bcook@, jsing@