diff options
Diffstat (limited to 'crypto/openssh/pathnames.h')
-rw-r--r-- | crypto/openssh/pathnames.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/openssh/pathnames.h b/crypto/openssh/pathnames.h index 05be06071132..f56523a48324 100644 --- a/crypto/openssh/pathnames.h +++ b/crypto/openssh/pathnames.h @@ -51,6 +51,9 @@ #ifndef _PATH_SSHD_SESSION #define _PATH_SSHD_SESSION "/usr/libexec/sshd-session" #endif +#ifndef _PATH_SSHD_AUTH +#define _PATH_SSHD_AUTH "/usr/libexec/sshd-auth" +#endif /* * The process id of the daemon listening for connections is saved here to |