CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/05/17 01:50:59
Modified files: lib/libcrypto/x509: x509_addr.c Log message: Simplify make_addressPrefix() In order to set the BIT STRING containing an address prefix, use existing helper functions from the ASN.1 code instead of redoing everything by hand. Make the function single exit and rename a few variables to make it clearer what is being done. ok jsing