aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_atalla_err.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove Obsolete enginesMatt Caswell2015-10-151-94/+0
| | | | | | | | There are a number of engines in the OpenSSL source code which are now obsolete. The following engines have been removed: 4758cca, aep, atalla, cswift, nuron, sureware. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-17/+18
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add missing 'extern "C" {' to some _err.h files in crypto/engines/Lutz Jänicke2008-04-181-0/+4
| | | | PR: 1609
* Step 2 of move of engines: copy engines to new directory and rename themRichard Levitte2002-10-111-0/+89
to be prefixed with e_ instead of hw_. They aren't necessarely hardware engines. The files commited here are exact copies of the corresponding hw_ files found in crypto/engine/.