summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authorreyk <>2014-04-15 18:02:05 +0000
committerreyk <>2014-04-15 18:02:05 +0000
commit156754a7255a66585eae75de94a4d0f62dd305c0 (patch)
treebd59631fac9f83412b03144f80629bc9dfafbcad /src/lib/libcrypto/engine/engine.h
parent6375963684cd4e2242222018e445d2b72015dfcc (diff)
downloadopenbsd-156754a7255a66585eae75de94a4d0f62dd305c0.tar.gz
openbsd-156754a7255a66585eae75de94a4d0f62dd305c0.tar.bz2
openbsd-156754a7255a66585eae75de94a4d0f62dd305c0.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/engine.h')
-rw-r--r--src/lib/libcrypto/engine/engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h
index 425720e988..096c271b61 100644
--- a/src/lib/libcrypto/engine/engine.h
+++ b/src/lib/libcrypto/engine/engine.h
@@ -317,9 +317,6 @@ void ENGINE_load_openssl(void);
317void ENGINE_load_dynamic(void); 317void ENGINE_load_dynamic(void);
318#ifndef OPENSSL_NO_STATIC_ENGINE 318#ifndef OPENSSL_NO_STATIC_ENGINE
319void ENGINE_load_padlock(void); 319void ENGINE_load_padlock(void);
320#ifndef OPENSSL_NO_GOST
321void ENGINE_load_gost(void);
322#endif
323#endif 320#endif
324void ENGINE_load_cryptodev(void); 321void ENGINE_load_cryptodev(void);
325void ENGINE_load_rsax(void); 322void ENGINE_load_rsax(void);