- (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.

Suggested by Christian Kurz <shorty@debain.org>
This commit is contained in:
Ben Lindstrom 2000-12-29 21:21:26 +00:00
parent 0a8397e00c
commit beac3b4341
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@
[ssh-keygen.c]
enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
- (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
- (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination.
Suggested by Christian Kurz <shorty@debain.org>
20001229
- (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian

View File

@ -78,6 +78,10 @@ enum
# endif /* PATH_MAX */
#endif /* MAXPATHLEN */
#ifndef MAXHOSTNAMELEN
# define MAXHOSTNAMELEN 64
#endif /* MAXHOSTNAMELEN */
#ifndef STDIN_FILENO
# define STDIN_FILENO 0
#endif