]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Fix macro name
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 20 Sep 2021 19:28:00 +0000 (20:28 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 20 Sep 2021 19:28:00 +0000 (20:28 +0100)
Reported by: @citrin

src/libutil/util.c

index 8bbc9899337eb07ecb9249fa10bc63da9cd7e59e..d1cc65c1c729db0e3b3279bc97b3c36f6c381596 100644 (file)
@@ -1358,7 +1358,7 @@ read_pass_tmp_sig_handler (int s)
 gint
 rspamd_read_passphrase (gchar *buf, gint size, gint rwflag, gpointer key)
 {
-#ifdef HAVE_PASSPHRASE_H
+#ifdef HAVE_READPASSPHRASE_H
        gint len = 0;
        gchar pass[BUFSIZ];