aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-01-19 12:06:33 +0000
committerMatt Caswell <matt@openssl.org>2016-01-19 22:29:32 +0000
commita8eda4312db1f98cffda38670e2d40d36566785a (patch)
treeddcc2cf5b264bcf3d8736b7d5aa7166808a60dae /include
parentc64879d3f3cc4c7f1c436a9fe3bd109847a23629 (diff)
downloadopenssl-a8eda4312db1f98cffda38670e2d40d36566785a.tar.gz
Remove the GOST engine
The GOST engine is now out of date and is removed by this commit. An up to date GOST engine is now being maintained in an external repository. See: https://wiki.openssl.org/index.php/Binaries Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index 300ff26b08..3e0208f103 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -401,9 +401,6 @@ void ENGINE_load_sureware(void);
void ENGINE_load_ubsec(void);
void ENGINE_load_padlock(void);
void ENGINE_load_capi(void);
-# ifndef OPENSSL_NO_GOST
-void ENGINE_load_gost(void);
-# endif
void ENGINE_load_dasync(void);
# endif
void ENGINE_load_cryptodev(void);