diff options
Diffstat (limited to 'src/encrypt.c')
-rw-r--r-- | src/encrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encrypt.c b/src/encrypt.c index 4b5db587e..6faac199c 100644 --- a/src/encrypt.c +++ b/src/encrypt.c @@ -84,7 +84,7 @@ int enc_decrypt(const char *src, char *dest, int size) * 0 if the password does not match * 0 if an error occurred while checking **/ -int enc_check_password(const char *plaintext, const char *password) +int enc_check_password(const char *plaintext, char *password) { EventReturn MOD_RESULT; FOREACH_RESULT(I_OnCheckPassword, OnCheckPassword(plaintext, password)); |