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/kex.c,v rcsdiff: /ftp/cvs/cvsroot/src/crypto/external/bsd/openssh/dist/kex.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.18.4.1 retrieving revision 1.19 diff -u -p -r1.18.4.1 -r1.19 --- src/crypto/external/bsd/openssh/dist/kex.c 2017/12/04 10:55:18 1.18.4.1 +++ src/crypto/external/bsd/openssh/dist/kex.c 2017/10/07 19:39:19 1.19 @@ -1,4 +1,4 @@ -/* $NetBSD: kex.c,v 1.18.4.1 2017/12/04 10:55:18 snj Exp $ */ +/* $NetBSD: kex.c,v 1.19 2017/10/07 19:39:19 christos Exp $ */ /* $OpenBSD: kex.c,v 1.134 2017/06/13 12:13:59 djm Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -25,7 +25,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: kex.c,v 1.18.4.1 2017/12/04 10:55:18 snj Exp $"); +__RCSID("$NetBSD: kex.c,v 1.19 2017/10/07 19:39:19 christos Exp $"); #include /* MAX roundup */ #include