CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2022/01/04 13:02:22

Modified files:
        lib/libcrypto/x509: x509_addr.c 

Log message:
Drop a pointless NULL check

IPAddressOrRange_new() instantiates a choice type, so we need to
allocate one member of the union ourselves, so aor->u.addressPrefix
will always be NULL.

ok inoguchi jsing

Reply via email to