summaryrefslogtreecommitdiffstats
path: root/friendfinder/cryptossl.h
diff options
context:
space:
mode:
Diffstat (limited to 'friendfinder/cryptossl.h')
-rw-r--r--friendfinder/cryptossl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/friendfinder/cryptossl.h b/friendfinder/cryptossl.h
new file mode 100644
index 0000000..2cbc7cf
--- /dev/null
+++ b/friendfinder/cryptossl.h
@@ -0,0 +1,7 @@
+#ifndef __CRYPTO_SLL__
+#define __CRYPTO_SLL__
+
+int to_base64(char *in, int inlen, char *out, int maxlen);
+int from_base64(char *in, int inlen, char *out, int maxlen);
+
+#endif