CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/18 05:53:40
Modified files:
lib/libcrypto/ec: ec_ameth.c
Log message:
Use X509_ALGOR_get0() in ecdh_cms_set_shared_info()
This makes things slightly less gross since it involves less reaching
into nested ASN.1 structures. But don't get the idea that this means
the code is now clean.
ok jsing
