diff options
author | Tim Rice <tim@multitalents.net> | 2015-06-03 21:43:13 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2015-06-03 21:43:13 -0700 |
commit | a1195a0fdc9eddddb04d3e9e44c4775431cb77da (patch) | |
tree | 6c9a6adc6c9ab4da774ff424b25eba6a1a292a4b | |
parent | 6397eedf953b2b973d2d7cbb504ab501a07f8ddc (diff) | |
parent | d2480bcac1caf31b03068de877a47d6e1027bf6d (diff) |
Merge branch 'master' of git.mindrot.org:/var/git/openssh
-rw-r--r-- | auth-chall.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/auth-chall.c b/auth-chall.c index 5c26a403d..60c9f14ca 100644 --- a/auth-chall.c +++ b/auth-chall.c | |||
@@ -30,8 +30,6 @@ | |||
30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
31 | #include <stdio.h> | 31 | #include <stdio.h> |
32 | 32 | ||
33 | #include <stdarg.h> | ||
34 | |||
35 | #include "xmalloc.h" | 33 | #include "xmalloc.h" |
36 | #include "key.h" | 34 | #include "key.h" |
37 | #include "hostfile.h" | 35 | #include "hostfile.h" |