CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2024/07/12 03:53:30

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

Log message:
Avoid using ret for an X509_EXTENSION

Instead rename the **ext in this file to **out_ext, freeing up ext in
X509_EXTENSION_create_by_OBJ()

Appeases some jsing grumbling on review

Reply via email to