CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/06/25 12:52:27
Modified files:
lib/libcrypto/ec: ec_key.c ec_kmeth.c ec_lib.c ec_local.h
Log message:
Remove EC_EXTRA_DATA
With the ecdh_check() and ecdsa_check() abominations gone, we can finally
get rid of EC_EXTRA_DATA and EC_KEY_{get,insert}_key_method_data(). The
EC_EX_DATA_*() handlers, (which fortunately have always had "'package'
level visibility") join the ride to the great bit bucket in the sky.
Thanks to op for making this possible.
ok jsing