summaryrefslogtreecommitdiff
path: root/crypto_desc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_desc.h')
-rw-r--r--crypto_desc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto_desc.h b/crypto_desc.h
new file mode 100644
index 0000000..ff04066
--- /dev/null
+++ b/crypto_desc.h
@@ -0,0 +1,9 @@
+#ifndef _CRYPTO_DESC_H
+#define _CRYPTO_DESC_H
+
+void crypto_init();
+
+extern int dropbear_ltc_prng;
+
+#endif // _CRYPTO_DESC_H
+