summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/ecdh.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge ecdh.h into ec.htb2023-07-281-31/+0
| | | | | | | The remaining two ECDH interfaces are relocated into ec.h. ecdh.h remains. It does nothing but include ec.h. ok jsing
* Excise ECDH_METHODtb2023-07-281-9/+1
| | | | | | | | Unlike ECDSA_METHOD, this has been unused forever but kind of needed to stay for symmetry with ECDSA_METHOD. Now we can finally take it behind the barn and remove its tendrils into ENGINE. ok jsing
* unbreak build when namespaced, file was here in my tree but didn't managebeck2023-07-081-0/+39
to cvs add