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.
This commit is contained in:
quamrulmina 2016-02-28 13:30:11 -06:00
parent 74f2c00457
commit 9b054c011e

View File

@ -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