CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2024/04/17 07:56:36

Modified files:
        lib/libcrypto/ec: ec_ameth.c 

Log message:
ecdh_cms_encrypt: simplify setting the KDF type

It is much simpler to avoid the key_type variable altogether and inline
its use. Also it makes no sense to have 15 unrelated lines between the
getting of the kdf type, checking its content, and then actually setting
it to EVP_PKEY_ECDH_KDF_X9_63.

ok jsing

Reply via email to