- don't free user-supplied string (via -e)
[oweals/busybox.git] / libbb / correct_password.c
index f47642fd5a8ff8a2ab0cafc70ef13c38353a5e20..255b0487067db8ac6b50cd7c9832c2ac6d968766 100644 (file)
@@ -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;