diff options
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index d6157aca2..d77342a2a 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -2424,7 +2424,7 @@ int httpd_main(int argc UNUSED_PARAM, char **argv) | |||
2424 | salt[0] = '$'; | 2424 | salt[0] = '$'; |
2425 | salt[1] = '1'; | 2425 | salt[1] = '1'; |
2426 | salt[2] = '$'; | 2426 | salt[2] = '$'; |
2427 | crypt_make_salt(salt + 3, 4, 0); | 2427 | crypt_make_salt(salt + 3, 4); |
2428 | puts(pw_encrypt(pass, salt, 1)); | 2428 | puts(pw_encrypt(pass, salt, 1)); |
2429 | return 0; | 2429 | return 0; |
2430 | } | 2430 | } |