summaryrefslogtreecommitdiff
path: root/auth2-chall.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-chall.c')
-rw-r--r--auth2-chall.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/auth2-chall.c b/auth2-chall.c
index 09412aa4a..ad6b7233f 100644
--- a/auth2-chall.c
+++ b/auth2-chall.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth2-chall.c,v 1.27 2006/03/25 13:17:01 djm Exp $ */ 1/* $OpenBSD: auth2-chall.c,v 1.28 2006/07/22 20:48:22 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2001 Markus Friedl. All rights reserved.
4 * Copyright (c) 2001 Per Allansson. All rights reserved. 4 * Copyright (c) 2001 Per Allansson. All rights reserved.
@@ -25,6 +25,8 @@
25 */ 25 */
26#include "includes.h" 26#include "includes.h"
27 27
28#include <string.h>
29
28#include "ssh2.h" 30#include "ssh2.h"
29#include "auth.h" 31#include "auth.h"
30#include "buffer.h" 32#include "buffer.h"