summaryrefslogtreecommitdiff
path: root/engines/ccgost/openssl.ld
diff options
context:
space:
mode:
Diffstat (limited to 'engines/ccgost/openssl.ld')
-rw-r--r--engines/ccgost/openssl.ld10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/ccgost/openssl.ld b/engines/ccgost/openssl.ld
new file mode 100644
index 0000000..e0fd546
--- /dev/null
+++ b/engines/ccgost/openssl.ld
@@ -0,0 +1,10 @@
+OPENSSL_1.0.0 {
+ global:
+ bind_engine;
+ v_check;
+ OPENSSL_init;
+ OPENSSL_finish;
+ local:
+ *;
+};
+