diff options
Diffstat (limited to 'libbb/correct_password.c')
-rw-r--r-- | libbb/correct_password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/correct_password.c b/libbb/correct_password.c index f47642f..255b048 100644 --- a/libbb/correct_password.c +++ b/libbb/correct_password.c @@ -36,7 +36,7 @@ * * NULL pw means "just fake it for login with bad username" */ -int correct_password(const struct passwd *pw) +int FAST_FUNC correct_password(const struct passwd *pw) { char *unencrypted, *encrypted; const char *correct; |