diff options
author | Damien Miller <djm@mindrot.org> | 2024-10-17 04:28:47 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-10-17 04:28:47 +0200 |
commit | 39db1f23bafb48a7c0cc9c65c716a0370f4cc677 (patch) | |
tree | 790a8a365ab5263a9ec9694bbdd451933a4c64e3 | |
parent | fix breakage; missing saved_argc symbol (diff) | |
download | openssh-39db1f23bafb48a7c0cc9c65c716a0370f4cc677.tar.xz openssh-39db1f23bafb48a7c0cc9c65c716a0370f4cc677.zip |
Fix lookup path for sshd-auth; bz3745
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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)\" \ |