summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_depr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_freejsing2014-07-101-5/+4
| | | | | | all have implicit NULL checks, so we do not need them here. ok miod@
* More KNF.jsing2014-07-091-2/+2
|
* KNFmiod2014-07-091-14/+17
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Stop being a dummy... presumably these are left overs from pedantic modejsing2014-05-151-5/+1
| | | | | | that were not wrapped with #if PEDANTIC. ok miod@
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+101