summaryrefslogtreecommitdiff
path: root/include/password.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/password.h')
-rw-r--r--include/password.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/password.h b/include/password.h
index 082f917e7c0..5dfea533546 100644
--- a/include/password.h
+++ b/include/password.h
@@ -24,6 +24,8 @@ void my_make_scrambled_password_323(char *to, const char *password,
size_t pass_len);
void my_make_scrambled_password(char *to, const char *password,
size_t pass_len);
+void my_make_scrambled_password_sha1(char *to, const char *password,
+ size_t pass_len);
void hash_password(ulong *result, const char *password, uint password_len);