summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-12-14 13:34:14 -0500
committerRich Salz <rsalz@akamai.com>2015-12-15 07:59:56 -0500
commit2ab9687479c10c4c4ebfdfcf6d068fe581bd44e4 (patch)
tree28489e777ac5b00db25b137613cce505fb35210c /crypto/engine
parent8caab744f5698ed2b55eca20f032540f713327fd (diff)
Remove GMP engine.
Reviewed-by: Ben Laurie <ben@openssl.org>
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_all.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c
index 5a36994568..49fa9c1172 100644
--- a/crypto/engine/eng_all.c
+++ b/crypto/engine/eng_all.c
@@ -89,9 +89,6 @@ void ENGINE_load_builtin_engines(void)
# ifndef OPENSSL_NO_GOST
ENGINE_load_gost();
# endif
-# ifndef OPENSSL_NO_GMP
- ENGINE_load_gmp();
-# endif
# if defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_NO_CAPIENG)
ENGINE_load_capi();
# endif