We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f2c00 commit 9b054c0Copy full SHA for 9b054c0
pathnames.h
@@ -43,8 +43,8 @@
43
# define _PATH_HOST_ECDSA_KEY_FILE "ssh_host_ecdsa_key"
44
# define _PATH_HOST_ED25519_KEY_FILE "ssh_host_ed25519_key"
45
# define _PATH_HOST_RSA_KEY_FILE "ssh_host_rsa_key"
46
-# define _PATH_DH_MODULI "/moduli"
47
-# define _PATH_DH_PRIMES "/primes"
+# define _PATH_DH_MODULI "moduli"
+# define _PATH_DH_PRIMES "primes"
48
# define _PATH_SSH_PROGRAM "ssh.exe"
49
50
#else
0 commit comments