summaryrefslogtreecommitdiffstats
path: root/auth2-chall.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2004-06-15 10:28:24 +1000
committerDamien Miller <djm@mindrot.org>2004-06-15 10:28:24 +1000
commit16ea6494b6fe06b608f3b1d5fd629c8abd58efb6 (patch)
tree7f814b7207b956224856a598b2f9bd2834771cc1 /auth2-chall.c
parent3379385060dee8ad5eb766f8d88ab119fc2d19f6 (diff)
- dtucker@cvs.openbsd.org 2004/06/01 14:20:45
[auth2-chall.c] Remove redundant #include; ok markus@
Diffstat (limited to 'auth2-chall.c')
-rw-r--r--auth2-chall.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth2-chall.c b/auth2-chall.c
index aacbf0bc..486baaaa 100644
--- a/auth2-chall.c
+++ b/auth2-chall.c
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2-chall.c,v 1.20 2002/06/30 21:59:45 deraadt Exp $");
+RCSID("$OpenBSD: auth2-chall.c,v 1.21 2004/06/01 14:20:45 dtucker Exp $");
#include "ssh2.h"
#include "auth.h"
@@ -31,7 +31,6 @@ RCSID("$OpenBSD: auth2-chall.c,v 1.20 2002/06/30 21:59:45 deraadt Exp $");
#include "packet.h"
#include "xmalloc.h"
#include "dispatch.h"
-#include "auth.h"
#include "log.h"
static int auth2_challenge_start(Authctxt *);