CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/12/28 13:50:37
Modified files: lib/libcrypto/x509: x509_addr.c Log message: Rewrite/simplify X509v3_addr_is_canonical() This is a more or less straightforward conversion using the new IPAddressFamily accessor API. As a result, some checks have become a bit stricter, which is only desirable here. ok jsing