From 39db1f23bafb48a7c0cc9c65c716a0370f4cc677 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 17 Oct 2024 13:28:47 +1100 Subject: Fix lookup path for sshd-auth; bz3745 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index c7141cf6d..b42b454de 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,6 +40,7 @@ PATHS= -DSSHDIR=\"$(sysconfdir)\" \ -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \ -D_PATH_SSH_KEY_SIGN=\"$(SSH_KEYSIGN)\" \ -D_PATH_SSHD_SESSION=\"$(SSHD_SESSION)\" \ + -D_PATH_SSHD_AUTH=\"$(SSHD_AUTH)\" \ -D_PATH_SSH_PKCS11_HELPER=\"$(SSH_PKCS11_HELPER)\" \ -D_PATH_SSH_SK_HELPER=\"$(SSH_SK_HELPER)\" \ -D_PATH_SSH_PIDDIR=\"$(piddir)\" \ -- cgit v1.2.3