diff options
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r-- | ssh-keygen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index d8b793e81..c607e257e 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.153 2006/08/01 23:22:47 stevesk Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.154 2006/08/03 03:34:42 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -40,7 +40,6 @@ | |||
40 | #include "authfile.h" | 40 | #include "authfile.h" |
41 | #include "uuencode.h" | 41 | #include "uuencode.h" |
42 | #include "buffer.h" | 42 | #include "buffer.h" |
43 | #include "bufaux.h" | ||
44 | #include "pathnames.h" | 43 | #include "pathnames.h" |
45 | #include "log.h" | 44 | #include "log.h" |
46 | #include "misc.h" | 45 | #include "misc.h" |