From: Aki Tuomi Date: Thu, 11 Jan 2018 13:22:30 +0000 (+0200) Subject: auth: Fix crypt scheme detection X-Git-Tag: 2.3.1~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50d398fc645587ed154f4d3ba848e9942ccc25f3;p=thirdparty%2Fdovecot%2Fcore.git auth: Fix crypt scheme detection Broken by 1ebb6094e5105ba7ef521a0177c42d3ea81243f0 --- diff --git a/src/auth/password-scheme-crypt.c b/src/auth/password-scheme-crypt.c index 8e960409d5..2ed8ee3de0 100644 --- a/src/auth/password-scheme-crypt.c +++ b/src/auth/password-scheme-crypt.c @@ -150,8 +150,6 @@ static const struct { const char *expected; } sample[] = { { "08/15!test~4711", "JB", "JBOZ0DgmtucwE" }, - { "08/15!test~4711", "$2a$04$0123456789abcdefABCDEF", - "$2a$04$0123456789abcdefABCDE.N.drYX5yIAL1LkTaaZotW3yI0hQhZru" }, { "08/15!test~4711", "$5$rounds=1000$0123456789abcdef", "$5$rounds=1000$0123456789abcdef$K/DksR0DT01hGc8g/kt" "9McEgrbFMKi9qrb1jehe7hn4" },