diff options
author | djm@openbsd.org <djm@openbsd.org> | 2023-07-17 07:26:38 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-07-17 07:33:51 +0200 |
commit | dc1dbe94cf6532bd546a3373ad436404f8850e5f (patch) | |
tree | 445ffbaae16e9aa53b26680e5571c0c2f631f6c3 /cipher-chachapoly-libcrypto.c | |
parent | upstream: Move RCSID to before license block and away from #includes, (diff) | |
download | openssh-dc1dbe94cf6532bd546a3373ad436404f8850e5f.tar.xz openssh-dc1dbe94cf6532bd546a3373ad436404f8850e5f.zip |
upstream: move other RCSIDs to before their respective license blocks
too no code change
OpenBSD-Commit-ID: ef5bf46b57726e4260a63b032b0b5ac3b4fe9cd4
Diffstat (limited to 'cipher-chachapoly-libcrypto.c')
-rw-r--r-- | cipher-chachapoly-libcrypto.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cipher-chachapoly-libcrypto.c b/cipher-chachapoly-libcrypto.c index 719f9c843..e8d20c288 100644 --- a/cipher-chachapoly-libcrypto.c +++ b/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 <djm@mindrot.org> * @@ -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 "includes.h" #ifdef WITH_OPENSSL #include "openbsd-compat/openssl-compat.h" |