From 9b054c011e138cf5fcdf53f0358d2d0ad2badeb6 Mon Sep 17 00:00:00 2001 From: quamrulmina Date: Sun, 28 Feb 2016 13:30:11 -0600 Subject: [PATCH] moduli file and primes file should be picked from current sshd directory they were being picked from root directory /moduli and /primes ; now they are to be where sshd package is installed. --- pathnames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pathnames.h b/pathnames.h index 27e8620..b5919ee 100644 --- a/pathnames.h +++ b/pathnames.h @@ -43,8 +43,8 @@ # define _PATH_HOST_ECDSA_KEY_FILE "ssh_host_ecdsa_key" # define _PATH_HOST_ED25519_KEY_FILE "ssh_host_ed25519_key" # define _PATH_HOST_RSA_KEY_FILE "ssh_host_rsa_key" -# define _PATH_DH_MODULI "/moduli" -# define _PATH_DH_PRIMES "/primes" +# define _PATH_DH_MODULI "moduli" +# define _PATH_DH_PRIMES "primes" # define _PATH_SSH_PROGRAM "ssh.exe" #else