summaryrefslogtreecommitdiffstats
path: root/engines/e_atalla_err.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove Obsolete enginesMatt Caswell2015-10-151-145/+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-61/+57
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-15/+19
| | | | | | | | during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
* Step 7 of move of engines: Engines should not depend on privateRichard Levitte2002-10-111-1/+1
| | | | OpenSSL header files.
* Step 2 of move of engines: copy engines to new directory and rename themRichard Levitte2002-10-111-0/+145
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/.