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/doc/engine.pod | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/doc/engine.pod') diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index 200e687e90..4648af7543 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod @@ -23,9 +23,6 @@ engine - ENGINE cryptographic module support void ENGINE_load_openssl(void); void ENGINE_load_dynamic(void); - #ifndef OPENSSL_NO_STATIC_ENGINE - void ENGINE_load_gmp(void); - #endif void ENGINE_load_cryptodev(void); void ENGINE_load_builtin_engines(void); -- cgit v1.2.3-55-g6feb