CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/07/09 13:08:10
Modified files: lib/libssl/src/crypto/ocsp: ocsp_vfy.c Log message: ocsp_check_ids says "If algoritm mismatch let caller deal with it" before returning 2. The one and only caller doesn't check for that, so... Stop returning it. ok miod