From: nekral-guest Date: Mon, 19 Nov 2007 22:16:50 +0000 (+0000) Subject: Fix typo introduced while merging RedHat patch shadow-4.0.18.1-sha256.patch. X-Git-Tag: 4.1.0~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65f536165de837ae2c3233af2ecb90cb024820c7;p=shadow Fix typo introduced while merging RedHat patch shadow-4.0.18.1-sha256.patch. --- diff --git a/libmisc/salt.c b/libmisc/salt.c index 9e78a767..21269902 100644 --- a/libmisc/salt.c +++ b/libmisc/salt.c @@ -69,7 +69,6 @@ char *crypt_make_salt (void) char *method; #ifndef USE_PAM - max_salt_len += 3; #ifdef ENCRYPTMETHOD_SELECT if ((method = getdef_str ("ENCRYPT_METHOD")) == NULL) { #endif