]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove redundant include of stdarg.h. bz#2410
authorDarren Tucker <dtucker@zip.com.au>
Thu, 4 Jun 2015 04:10:55 +0000 (14:10 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Thu, 4 Jun 2015 04:10:55 +0000 (14:10 +1000)
auth-chall.c

index 5c26a403dff97a2541f63c476d9ffb022cd200e9..60c9f14ca84475dfb4ad98524d7bed20c0aca2ed 100644 (file)
@@ -30,8 +30,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include <stdarg.h>
-
 #include "xmalloc.h"
 #include "key.h"
 #include "hostfile.h"