X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/47af6577fd425738a4ecdfa368f5df7b5084298b..42f11eb24fa39e437b4f1e6beb5cc83901aa5bdd:/auth2-chall.c diff --git a/auth2-chall.c b/auth2-chall.c index 77294f4b..39dc285b 100644 --- a/auth2-chall.c +++ b/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);