summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-19 14:15:48 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-19 14:15:48 +0000
commit9dd135acebad937b70a579de4686b871560e90f2 (patch)
treea776d7b83f0c0594f0e2fd22733d3b0f7f7c90fa /include
parent58b919244afecc02ea141993a9d22e9e3ff4d5db (diff)
Adding AES encryption to spanningtree links
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2568 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/aes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/aes.h b/include/aes.h
index 66e68cac9..05381954a 100644
--- a/include/aes.h
+++ b/include/aes.h
@@ -161,3 +161,7 @@ private:
#endif // __RIJNDAEL_H__
+void to64frombits(unsigned char *out, const unsigned char *in, int inlen);
+int from64tobits(char *out, const char *in, int maxlen);
+
+