CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/04 00:43:27
Modified files:
usr.sbin/rpki-client: cert.c
Log message:
Split X509_get_ext_count() out of for loop again
The compiler can't know that the count doesn't change, so avoid evaluating
X509_get_ext_count() in each iteration. Also use a separate loop variable
in the ASid non-inheritance check to avoid a silly cast.
ok claudio
