CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/28 09:50:33
Modified files:
lib/libcrypto/ec: ec_local.h ec_pmeth.c
lib/libcrypto/ecdsa: ecdsa_local.h
lib/libcrypto/gost: gost_local.h gostr341001_pmeth.c
lib/libcrypto/sm2: sm2.h sm2_local.h
lib/libcrypto/x509: x509.h
Log message:
Stop including ecdsa.h and ecdh.h internally
These headers are now reduced to #include <openssl/ec.h> and are provided
for compatiblity only. There's no point in using them. At the same time
garbage collect the last uses of OPENSSL_NO_{ECDSA,ECDH} in our tree.
ok jsing