]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: sasl-server - Update header guard definition identifiers
authorStephan Bosch <stephan.bosch@open-xchange.com>
Wed, 22 Mar 2023 16:23:24 +0000 (17:23 +0100)
committertimo.sirainen <timo.sirainen@open-xchange.com>
Thu, 9 Oct 2025 08:41:22 +0000 (08:41 +0000)
src/auth/sasl-server-mech-plain-common.h
src/auth/sasl-server-mech-scram.h

index 1dc339c043262b8f78194b8e5bf27edb6305634a..325b8ea724b737166b4cd96e86d2f5f9ebc6e9ce 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef MECH_PLAIN_COMMON_H
-#define MECH_PLAIN_COMMON_H
+#ifndef SASL_SERVER_MECH_PLAIN_COMMON_H
+#define SASL_SERVER_MECH_PLAIN_COMMON_H
 
 void plain_verify_callback(enum passdb_result result,
                           struct auth_request *request);
index 0275aa7159e054b41ec9392cff25eba2f47b3386..2fceea457a1a09795f6404cde944e93e9b70da95 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef MECH_SCRAM_H
-#define MECH_SCRAM_H
+#ifndef SASL_SERVER_MECH_SCRAM_H
+#define SASL_SERVER_MECH_SCRAM_H
 
 struct auth_request *
 mech_scram_auth_new(const struct hash_method *hash_method,