summaryrefslogtreecommitdiffstats
path: root/src/openssl-thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openssl-thread.h')
-rw-r--r--src/openssl-thread.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/openssl-thread.h b/src/openssl-thread.h
new file mode 100644
index 0000000..f311760
--- /dev/null
+++ b/src/openssl-thread.h
@@ -0,0 +1,7 @@
+#ifndef fooopensslhfoo
+#define fooopensslhfoo
+
+void openssl_thread_setup(void);
+void openssl_thread_cleanup(void);
+
+#endif