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/doc/engine.pod | |
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/doc/engine.pod')
-rw-r--r-- | src/lib/libcrypto/doc/engine.pod | 3 |
1 files changed, 0 insertions, 3 deletions
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 | |||
23 | 23 | ||
24 | void ENGINE_load_openssl(void); | 24 | void ENGINE_load_openssl(void); |
25 | void ENGINE_load_dynamic(void); | 25 | void ENGINE_load_dynamic(void); |
26 | #ifndef OPENSSL_NO_STATIC_ENGINE | ||
27 | void ENGINE_load_gmp(void); | ||
28 | #endif | ||
29 | void ENGINE_load_cryptodev(void); | 26 | void ENGINE_load_cryptodev(void); |
30 | void ENGINE_load_builtin_engines(void); | 27 | void ENGINE_load_builtin_engines(void); |
31 | 28 | ||