From 124ef90d8d37e6ef664885f8131f4feaac242172 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Mon, 14 Apr 2014 16:49:10 +0000 Subject: Remove the GMP engine: It was an experimental engine using libgmp as an alternative backend for BIGNUM calculations. It is PoC code that is not enabled in OpenSSL and probably not used by anymore. ok deraadt@ --- src/lib/libcrypto/engine/engine.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/engine/engine.h') diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 9f05b6d8f4..425720e988 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h @@ -317,9 +317,6 @@ void ENGINE_load_openssl(void); void ENGINE_load_dynamic(void); #ifndef OPENSSL_NO_STATIC_ENGINE void ENGINE_load_padlock(void); -#ifndef OPENSSL_NO_GMP -void ENGINE_load_gmp(void); -#endif #ifndef OPENSSL_NO_GOST void ENGINE_load_gost(void); #endif -- cgit v1.2.3-55-g6feb