CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2023/08/29 08:44:53

Modified files:
        usr.sbin/acme-client: acctproc.c key.c 

Log message:
acme-client: drop ecdsa.h, fix spacing and a typo in error message

While here drop EC_KEY_set_asn1_flag(OPENSSL_EC_NAMED_CURVE).
EC_KEY_new_by_curve_name() ends up calling EC_GROUP_new() which already
sets the OPENSSL_EC_NAMED_CURVE flag on the group.  (suggested by tb@)

ok tb@

Reply via email to