summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth2-chall.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-01-21 19:05:40 +0000
committermarkus <markus@openbsd.org>2001-01-21 19:05:40 +0000
commit94dd3409f9fcf5debd9fa3029b571b40836be45f (patch)
tree1080bdcf48d87d7f7e6d8eb1e570f76b453298fc /usr.bin/ssh/auth2-chall.c
parentUVM and PMAP_NEW are required. (diff)
downloadwireguard-openbsd-94dd3409f9fcf5debd9fa3029b571b40836be45f.tar.xz
wireguard-openbsd-94dd3409f9fcf5debd9fa3029b571b40836be45f.zip
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
rename util.[ch] -> misc.[ch]
Diffstat (limited to 'usr.bin/ssh/auth2-chall.c')
-rw-r--r--usr.bin/ssh/auth2-chall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/auth2-chall.c b/usr.bin/ssh/auth2-chall.c
index 77294f4b895..39dc285b9a8 100644
--- a/usr.bin/ssh/auth2-chall.c
+++ b/usr.bin/ssh/auth2-chall.c
@@ -22,14 +22,14 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "includes.h"
-RCSID("$OpenBSD: auth2-chall.c,v 1.1 2001/01/18 17:12:43 markus Exp $");
+RCSID("$OpenBSD: auth2-chall.c,v 1.2 2001/01/21 19:05:43 markus Exp $");
-#include "ssh.h"
#include "ssh2.h"
#include "auth.h"
#include "packet.h"
#include "xmalloc.h"
#include "dispatch.h"
+#include "log.h"
void send_userauth_into_request(Authctxt *authctxt, char *challenge, int echo);
void input_userauth_info_response(int type, int plen, void *ctxt);