summaryrefslogtreecommitdiffstats
path: root/database/eurephiadb-driver_template.c
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-11-29 02:48:56 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-11-29 02:48:56 +0100
commitad77c8cd62ab96e2815e287b74bfc0f50af8b7ae (patch)
tree1ad9de567936e9af7b5d4bad0df22f285fcb0a95 /database/eurephiadb-driver_template.c
parenteb3b52da2e63ef5f750e3e79c196f2b8105a9c26 (diff)
downloadeurephia-ad77c8cd62ab96e2815e287b74bfc0f50af8b7ae.tar.gz
eurephia-ad77c8cd62ab96e2815e287b74bfc0f50af8b7ae.tar.xz
eurephia-ad77c8cd62ab96e2815e287b74bfc0f50af8b7ae.zip
Corrected silly typo
Diffstat (limited to 'database/eurephiadb-driver_template.c')
-rw-r--r--database/eurephiadb-driver_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/eurephiadb-driver_template.c b/database/eurephiadb-driver_template.c
index 27a17d1..6edc201 100644
--- a/database/eurephiadb-driver_template.c
+++ b/database/eurephiadb-driver_template.c
@@ -262,7 +262,7 @@ int eDBauth_user(eurephiaCTX *ctx, const int certid, const char *username, const
DEBUG(ctx, 20, "Function call: eDBauth_user(ctx, %i, '%s','xxxxxxxx')", certid, username);
- // Generate SHA1 hash of password, used for password auth
+ // Generate SHA512 hash of password, used for password auth
crpwd = passwdhash(passwd);
/* WORK TO DO -- DO SQL: