aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/auth-bsdauth.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 16:20:12 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 16:20:12 +0000
commit190cef3d52236565eb22e18b33e9e865ec634aa3 (patch)
treee1c537d439ea51b661a8c4bdc625eb9e1b7e9e1e /crypto/openssh/auth-bsdauth.c
parent90f900fcea568ff88026e6246f9693be3245e957 (diff)
parentd46065df2d60bfbd08939733bd79b2a440d6fbc8 (diff)
downloadsrc-190cef3d52236565eb22e18b33e9e865ec634aa3.tar.gz
src-190cef3d52236565eb22e18b33e9e865ec634aa3.zip
Notes
Diffstat (limited to 'crypto/openssh/auth-bsdauth.c')
-rw-r--r--crypto/openssh/auth-bsdauth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/auth-bsdauth.c b/crypto/openssh/auth-bsdauth.c
index e00718f2ed3f..4dc5045c2619 100644
--- a/crypto/openssh/auth-bsdauth.c
+++ b/crypto/openssh/auth-bsdauth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-bsdauth.c,v 1.14 2015/10/20 23:24:25 mmcc Exp $ */
+/* $OpenBSD: auth-bsdauth.c,v 1.15 2018/07/09 21:35:50 markus Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -33,11 +33,11 @@
#ifdef BSD_AUTH
#include "xmalloc.h"
-#include "key.h"
+#include "sshkey.h"
+#include "sshbuf.h"
#include "hostfile.h"
#include "auth.h"
#include "log.h"
-#include "buffer.h"
#ifdef GSSAPI
#include "ssh-gss.h"
#endif