diff options
author | dane 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 |
---|---|---|
committer | dane 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 |
commit | a69d0a19b02485fff8939a336e181e23f61b8301 (patch) | |
tree | 08ad9028ef27122231ce93b30671d4f5b4126336 /encrypt.h | |
parent | bcbb3cc9b2ee3c1bac50e8306e9db1a49e2aab7e (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 'encrypt.h')
-rw-r--r-- | encrypt.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,10 +8,9 @@ * Based on the original code of Epona by Lara. * Based on the original code of Services by Andy Church. * - * $Id: encrypt.h,v 1.4 2003/07/20 01:15:49 dane Exp $ + * $Id$ * */ extern int encrypt(const char *src, int len, char *dest, int size); -extern int encrypt_in_place(char *buf, int size); extern int check_password(const char *plaintext, const char *password); |