diff options
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h index 190989655..991fc734a 100644 --- a/pathnames.h +++ b/pathnames.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pathnames.h,v 1.6 2001/06/08 15:25:40 markus Exp $ */ | 1 | /* $OpenBSD: pathnames.h,v 1.7 2001/06/22 21:27:08 provos Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -36,6 +36,8 @@ | |||
36 | #define _PATH_HOST_KEY_FILE ETCDIR "/ssh_host_key" | 36 | #define _PATH_HOST_KEY_FILE ETCDIR "/ssh_host_key" |
37 | #define _PATH_HOST_DSA_KEY_FILE ETCDIR "/ssh_host_dsa_key" | 37 | #define _PATH_HOST_DSA_KEY_FILE ETCDIR "/ssh_host_dsa_key" |
38 | #define _PATH_HOST_RSA_KEY_FILE ETCDIR "/ssh_host_rsa_key" | 38 | #define _PATH_HOST_RSA_KEY_FILE ETCDIR "/ssh_host_rsa_key" |
39 | #define _PATH_DH_MODULI ETCDIR "/moduli" | ||
40 | /* Backwards compatibility */ | ||
39 | #define _PATH_DH_PRIMES ETCDIR "/primes" | 41 | #define _PATH_DH_PRIMES ETCDIR "/primes" |
40 | 42 | ||
41 | #ifndef _PATH_SSH_PROGRAM | 43 | #ifndef _PATH_SSH_PROGRAM |