diff options
author | reyk <> | 2014-04-14 16:49:10 +0000 |
---|---|---|
committer | reyk <> | 2014-04-14 16:49:10 +0000 |
commit | 124ef90d8d37e6ef664885f8131f4feaac242172 (patch) | |
tree | a042b41ab7eaaef4a0ce1674ab30199402ac1a1c /src/lib/libcrypto/engine/eng_all.c | |
parent | 9ed612cec343ccff3513e7cf2e37938164df6b5b (diff) | |
download | openbsd-124ef90d8d37e6ef664885f8131f4feaac242172.tar.gz openbsd-124ef90d8d37e6ef664885f8131f4feaac242172.tar.bz2 openbsd-124ef90d8d37e6ef664885f8131f4feaac242172.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 'src/lib/libcrypto/engine/eng_all.c')
-rw-r--r-- | src/lib/libcrypto/engine/eng_all.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index cf7d81d9ad..2fbfc448fd 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c | |||
@@ -89,9 +89,6 @@ void ENGINE_load_builtin_engines(void) | |||
89 | #ifndef OPENSSL_NO_GOST | 89 | #ifndef OPENSSL_NO_GOST |
90 | ENGINE_load_gost(); | 90 | ENGINE_load_gost(); |
91 | #endif | 91 | #endif |
92 | #ifndef OPENSSL_NO_GMP | ||
93 | ENGINE_load_gmp(); | ||
94 | #endif | ||
95 | #endif | 92 | #endif |
96 | ENGINE_register_all_complete(); | 93 | ENGINE_register_all_complete(); |
97 | } | 94 | } |