[openssh-commits] [openssh] 03/04: upstream: fix RCSID in output

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 4 15:39:00 AEST 2024


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit ef8472309a68e319018def6f8ea47aeb40d806f5
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Wed Sep 4 05:11:33 2024 +0000

    upstream: fix RCSID in output
    
    OpenBSD-Commit-ID: 889ae07f2d2193ddc4351711919134664951dd76
---
 mlkem768.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mlkem768.sh b/mlkem768.sh
index bdac0a95..2fdc2831 100644
--- a/mlkem768.sh
+++ b/mlkem768.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-#       $OpenBSD: mlkem768.sh,v 1.1 2024/09/02 12:13:56 djm Exp $
+#       $OpenBSD: mlkem768.sh,v 1.2 2024/09/04 05:11:33 djm Exp $
 #       Placed in the Public Domain.
 #
 
@@ -31,7 +31,7 @@ set +x
 
 cd $START
 (
-echo -n '/*  $OpenBSD: mlkem768.sh,v 1.1 2024/09/02 12:13:56 djm Exp $ */'
+printf '/*  $Open'; printf 'BSD$ */\n' # Sigh
 echo
 echo "/* Extracted from libcrux revision $LIBCRUX_REVISION */"
 echo

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list