summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_padlock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); movemiod2014-04-141-9/+29
| | | | | | | undo the move of crypto/engines/eng_padlock to engines/e_padlock. Requested by reyk@. Note that eng_padlock is not compiled in currently.
* import openssl-0.9.8jdjm2009-01-091-2/+2
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1219