From 800a5fd11036ce7ed3899e2e86f995521484984c Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Thu, 23 Mar 2023 01:00:06 +0100 Subject: [PATCH] auth: mech-scram - Remove unused definition --- src/auth/mech-scram.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.47.3