diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2017-05-03 23:08:09 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-08 01:18:27 +0200 |
commit | 768405fddf64ff83aa6ef701ebb3c1f82d98a2f3 (patch) | |
tree | b06085d43ce03ece262bea0beb1f4407b312c209 /pathnames.h | |
parent | upstream commit (diff) | |
download | openssh-768405fddf64ff83aa6ef701ebb3c1f82d98a2f3.tar.xz openssh-768405fddf64ff83aa6ef701ebb3c1f82d98a2f3.zip |
upstream commit
remove miscellaneous SSH1 leftovers; ok markus@
Upstream-ID: af23696022ae4d45a1abc2fb8b490d8d9dd63b7c
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pathnames.h b/pathnames.h index a8deb9fc6..cff672e2f 100644 --- a/pathnames.h +++ b/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.25 2016/03/31 05:24:06 dtucker Exp $ */ +/* $OpenBSD: pathnames.h,v 1.26 2017/05/03 21:08:09 naddy Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -36,7 +36,6 @@ */ #define _PATH_SERVER_CONFIG_FILE SSHDIR "/sshd_config" #define _PATH_HOST_CONFIG_FILE SSHDIR "/ssh_config" -#define _PATH_HOST_KEY_FILE SSHDIR "/ssh_host_key" #define _PATH_HOST_DSA_KEY_FILE SSHDIR "/ssh_host_dsa_key" #define _PATH_HOST_ECDSA_KEY_FILE SSHDIR "/ssh_host_ecdsa_key" #define _PATH_HOST_ED25519_KEY_FILE SSHDIR "/ssh_host_ed25519_key" |