summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdsa/ecdsa_local.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop including ecdsa.h and ecdh.h internallytb2023-07-281-2/+2
| | | | | | | | 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
* Rename ecs_local.h into ecdsa_local.htb2023-07-051-0/+81