]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Fix crypt scheme detection
authorAki Tuomi <aki.tuomi@dovecot.fi>
Thu, 11 Jan 2018 13:22:30 +0000 (15:22 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 13 Mar 2018 09:24:07 +0000 (11:24 +0200)
Broken by 1ebb6094e5105ba7ef521a0177c42d3ea81243f0

src/auth/password-scheme-crypt.c

index 8e960409d50b95fb54c2cd33f37a20ac3fa27993..2ed8ee3de059f1e411194cae0bb28283f976ee83 100644 (file)
@@ -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" },