]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: Rename mech-scram-sha1.c to mech-scram.c.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sun, 6 Jan 2019 19:22:28 +0000 (20:22 +0100)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Wed, 4 Dec 2019 14:33:31 +0000 (14:33 +0000)
src/auth/Makefile.am
src/auth/mech-scram.c [moved from src/auth/mech-scram-sha1.c with 100% similarity]

index 9792f74ecc31eef541682679d15a1f0f3a7c20ab..bb196e4067d71f953f700f46eb51fe05604df444 100644 (file)
@@ -119,7 +119,7 @@ libauth_la_SOURCES = \
        mech-gssapi.c \
        mech-ntlm.c \
        mech-otp.c \
-       mech-scram-sha1.c \
+       mech-scram.c \
        mech-skey.c \
        mech-rpa.c \
        mech-apop.c \