summaryrefslogtreecommitdiff
path: root/extern.h
diff options
context:
space:
mode:
authordane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-03-31 21:07:44 +0000
committerdane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-03-31 21:07:44 +0000
commita69d0a19b02485fff8939a336e181e23f61b8301 (patch)
tree08ad9028ef27122231ce93b30671d4f5b4126336 /extern.h
parentbcbb3cc9b2ee3c1bac50e8306e9db1a49e2aab7e (diff)
BUILD : 1.7.0 (20) BUGS : none NOTES : Fixed MySQL double encryption if using MD5.
git-svn-id: svn://svn.anope.org/anope/trunk@20 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@13 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'extern.h')
-rw-r--r--extern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extern.h b/extern.h
index b006a4c52..88999e855 100644
--- a/extern.h
+++ b/extern.h
@@ -863,5 +863,9 @@ E void db_mysql_load_exceptions(void);
E void db_mysql_load_news(void);
#endif
+#ifdef USE_ENCRYPTION
+extern int encrypt_in_place(char *buf, int size);
+#endif
+
#endif /* EXTERN_H */