Fix typo introduced while merging RedHat patch shadow-4.0.18.1-sha256.patch.

This commit is contained in:
nekral-guest 2007-11-19 22:16:50 +00:00
parent b8d8d0de00
commit 65f536165d

View File

@ -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