summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/tb_ecdh.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Excise ECDH_METHODtb2023-07-281-141/+0
| | | | | | | | 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
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* KNF.jsing2014-06-101-30/+38
|
* Put explicit (void) in function declarations and shuffle keywords in somemiod2014-04-271-1/+1
| | | | | declaration to pass -Wextra, should we want to add it to CFLAGS. No binary change.
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+133