From: Stephan Bosch Date: Thu, 23 Mar 2023 00:00:06 +0000 (+0100) Subject: auth: mech-scram - Remove unused definition X-Git-Tag: 2.4.2~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=800a5fd11036ce7ed3899e2e86f995521484984c;p=thirdparty%2Fdovecot%2Fcore.git auth: mech-scram - Remove unused definition --- diff --git a/src/auth/mech-scram.c b/src/auth/mech-scram.c index 34e9283b68..3b6b31bea0 100644 --- a/src/auth/mech-scram.c +++ b/src/auth/mech-scram.c @@ -7,9 +7,6 @@ #include "mech.h" #include "mech-scram.h" -/* s-nonce length */ -#define SCRAM_SERVER_NONCE_LEN 64 - struct scram_auth_request { struct auth_request auth_request;