CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/21 10:55:25
Modified files:
lib/libcrypto/x509: x509_lu.c
Log message:
Simplify a return value check for X509_STORE_get_by_subject() now
that we know that it only returns 0 or 1. Eliminate the last uses
of X509_LU_{FAIL,RETRY}.
ok jsing
