Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/auth2-kbdint.c,v rcsdiff: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/auth2-kbdint.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2.14.1 retrieving revision 1.3 diff -u -p -r1.2.14.1 -r1.3 --- src/crypto/external/bsd/openssh/dist/auth2-kbdint.c 2017/08/15 04:39:20 1.2.14.1 +++ src/crypto/external/bsd/openssh/dist/auth2-kbdint.c 2013/11/08 19:18:24 1.3 @@ -1,5 +1,5 @@ -/* $NetBSD: auth2-kbdint.c,v 1.2.14.1 2017/08/15 04:39:20 snj Exp $ */ -/* $OpenBSD: auth2-kbdint.c,v 1.7 2014/07/15 15:54:14 millert Exp $ */ +/* $NetBSD: auth2-kbdint.c,v 1.3 2013/11/08 19:18:24 christos Exp $ */ +/* $OpenBSD: auth2-kbdint.c,v 1.6 2013/05/17 00:13:13 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -25,7 +25,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2-kbdint.c,v 1.2.14.1 2017/08/15 04:39:20 snj Exp $"); +__RCSID("$NetBSD: auth2-kbdint.c,v 1.3 2013/11/08 19:18:24 christos Exp $"); #include #include "xmalloc.h" @@ -35,7 +35,6 @@ __RCSID("$NetBSD: auth2-kbdint.c,v 1.2.1 #include "auth.h" #include "log.h" #include "buffer.h" -#include "misc.h" #include "servconf.h" /* import */