From: djm Date: Mon, 17 Jul 2023 05:26:38 +0000 (+0000) Subject: move other RCSIDs to before their respective license blocks too X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=254cc503a1fee50f52e3da5adb3493b1cf93ddb9;p=openbsd move other RCSIDs to before their respective license blocks too no code change --- diff --git a/usr.bin/ssh/chacha.c b/usr.bin/ssh/chacha.c index 74221ec6b08..1305bda6d20 100644 --- a/usr.bin/ssh/chacha.c +++ b/usr.bin/ssh/chacha.c @@ -1,3 +1,4 @@ +/* $OpenBSD: chacha.c,v 1.2 2023/07/17 05:26:38 djm Exp $ */ /* chacha-merged.c version 20080118 D. J. Bernstein @@ -6,8 +7,6 @@ Public domain. #include "chacha.h" -/* $OpenBSD: chacha.c,v 1.1 2013/11/21 00:45:44 djm Exp $ */ - typedef unsigned char u8; typedef unsigned int u32; diff --git a/usr.bin/ssh/cipher-chachapoly-libcrypto.c b/usr.bin/ssh/cipher-chachapoly-libcrypto.c index d289cf23d8b..bff06b74a7e 100644 --- a/usr.bin/ssh/cipher-chachapoly-libcrypto.c +++ b/usr.bin/ssh/cipher-chachapoly-libcrypto.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cipher-chachapoly-libcrypto.c,v 1.2 2023/07/17 05:26:38 djm Exp $ */ /* * Copyright (c) 2013 Damien Miller * @@ -14,8 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $OpenBSD: cipher-chachapoly-libcrypto.c,v 1.1 2020/04/03 04:32:21 djm Exp $ */ - #include #include /* needed for log.h */ #include diff --git a/usr.bin/ssh/cipher-chachapoly.c b/usr.bin/ssh/cipher-chachapoly.c index 05c0c916c12..8274368f852 100644 --- a/usr.bin/ssh/cipher-chachapoly.c +++ b/usr.bin/ssh/cipher-chachapoly.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cipher-chachapoly.c,v 1.10 2023/07/17 05:26:38 djm Exp $ */ /* * Copyright (c) 2013 Damien Miller * @@ -14,8 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $OpenBSD: cipher-chachapoly.c,v 1.9 2020/04/03 04:27:03 djm Exp $ */ - #include #include /* needed for log.h */ #include diff --git a/usr.bin/ssh/poly1305.c b/usr.bin/ssh/poly1305.c index 714c44be963..ead9741773c 100644 --- a/usr.bin/ssh/poly1305.c +++ b/usr.bin/ssh/poly1305.c @@ -1,10 +1,9 @@ +/* $OpenBSD: poly1305.c,v 1.4 2023/07/17 05:26:38 djm Exp $ */ /* * Public Domain poly1305 from Andrew Moon * poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna */ -/* $OpenBSD: poly1305.c,v 1.3 2013/12/19 22:57:13 djm Exp $ */ - #include #include diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index 1cf33162943..d8a652ddf54 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -1,5 +1,4 @@ - -/* $OpenBSD: servconf.c,v 1.395 2023/06/21 05:10:26 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.396 2023/07/17 05:26:38 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved