summaryrefslogtreecommitdiffstats
path: root/engines/e_sureware_err.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove Obsolete enginesMatt Caswell2015-10-151-104/+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-27/+29
| | | | 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
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-4/+8
| | | | | | | | 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 2 of move of engines: copy engines to new directory and rename themRichard Levitte2002-10-111-0/+94
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/.