diff options
-rw-r--r-- | ssh-keygen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index d00ce494f..b019a02ff 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.334 2019/07/05 04:55:40 djm Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.335 2019/07/05 07:32:01 djm 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 |
@@ -43,6 +43,7 @@ | |||
43 | #include "xmalloc.h" | 43 | #include "xmalloc.h" |
44 | #include "sshkey.h" | 44 | #include "sshkey.h" |
45 | #include "authfile.h" | 45 | #include "authfile.h" |
46 | #include "uuencode.h" | ||
46 | #include "sshbuf.h" | 47 | #include "sshbuf.h" |
47 | #include "pathnames.h" | 48 | #include "pathnames.h" |
48 | #include "log.h" | 49 | #include "log.h" |