CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/01/04 10:17:40

Modified files:
        lib/libcrypto/evp: p_lib.c 

Log message:
Clean up EVP_PKEY_asn1_find_str()

Use slightly better argument and variable names, do not pointlessly try
to match a string of negative length < -1, use a size_t for the strlen()
and preserve the logic that allows lookup by a string fragment rather
than a full string.

ok jsing

Reply via email to