CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/05 00:37:01
Modified files:
lib/libcrypto/x509: x509_addr.c
Log message:
Polish X509v3_addr_subset() a bit
Use child and parent instead of a and b. Split unrelated checks. Use
accessors and assign to local variables to avoid ugly line wrapping.
Declare vriables up front instead of mixing declarations with
assignments from function returns.
ok inoguchi jsing
