diff options
author | 2014-04-14 16:49:10 +0000 | |
---|---|---|
committer | 2014-04-14 16:49:10 +0000 | |
commit | c9e9c47356b271db5d3677e2e299d4ddfc1af0be (patch) | |
tree | 0e41e57b50b5ab2429f456a2a052661d24aa11eb /lib/libcrypto/engine/engine.h | |
parent | First pass at applying KNF to the OpenSSL code, which almost makes it (diff) | |
download | wireguard-openbsd-c9e9c47356b271db5d3677e2e299d4ddfc1af0be.tar.xz wireguard-openbsd-c9e9c47356b271db5d3677e2e299d4ddfc1af0be.zip |
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@
Diffstat (limited to 'lib/libcrypto/engine/engine.h')
-rw-r--r-- | lib/libcrypto/engine/engine.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypto/engine/engine.h b/lib/libcrypto/engine/engine.h index 9f05b6d8f4a..425720e9886 100644 --- a/lib/libcrypto/engine/engine.h +++ b/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 |