CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/04 13:23:05
Modified files:
lib/libcrypto/x509: x509_addr.c
Log message:
Remove checks that are duplicated in extract_min_max()
The NULL checks and the checks that aor->type is reasonable are already
performed in extract_min_max(), so it is unnecessary to repeat them
in X509v3_addr_get_range()
ok inoguchi jsing
