aboutsummaryrefslogtreecommitdiffstats
path: root/engines/e_gmp_err.c
Commit message (Collapse)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-51/+47
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-6/+10
| | | | | | | | 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.
* Commit a slightly modified version of an old experiment to do RSA privateGeoff Thorpe2003-01-301-0/+137
key operations using the GMP library. The default is not to build (or use) this code unless OPENSSL_USE_GMP is defined (because it will impose header and linker dependencies that might need specifying too).