diff options
author | reyk <> | 2014-04-15 18:02:05 +0000 |
---|---|---|
committer | reyk <> | 2014-04-15 18:02:05 +0000 |
commit | 21dfaf13d16be4bcbf44d8e58c3a37439b8ca822 (patch) | |
tree | bd59631fac9f83412b03144f80629bc9dfafbcad /src/lib/libcrypto/engine/eng_all.c | |
parent | ae88eed991bcec3c745351e9462c854723700aa3 (diff) | |
download | openbsd-21dfaf13d16be4bcbf44d8e58c3a37439b8ca822.tar.gz openbsd-21dfaf13d16be4bcbf44d8e58c3a37439b8ca822.tar.bz2 openbsd-21dfaf13d16be4bcbf44d8e58c3a37439b8ca822.zip |
Remove the GOST engine: It is not compiled or used and depends on the
"dynamic engine" feature that is not enabled in our build. People who
need it can still pull it out of the Attic; if it is to have a Russian
engine just because it's a Russian engine.
OK deraadt@ beck@
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 2fbfc448fd..f318ea69c4 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c | |||
@@ -86,9 +86,6 @@ void ENGINE_load_builtin_engines(void) | |||
86 | ENGINE_load_padlock(); | 86 | ENGINE_load_padlock(); |
87 | #endif | 87 | #endif |
88 | #endif | 88 | #endif |
89 | #ifndef OPENSSL_NO_GOST | ||
90 | ENGINE_load_gost(); | ||
91 | #endif | ||
92 | #endif | 89 | #endif |
93 | ENGINE_register_all_complete(); | 90 | ENGINE_register_all_complete(); |
94 | } | 91 | } |