artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31da955
)
fix RCSID in output
author
djm
<djm@openbsd.org>
Wed, 4 Sep 2024 05:11:33 +0000
(
05:11
+0000)
committer
djm
<djm@openbsd.org>
Wed, 4 Sep 2024 05:11:33 +0000
(
05:11
+0000)
usr.bin/ssh/mlkem768.sh
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/mlkem768.sh
b/usr.bin/ssh/mlkem768.sh
index
bdac0a9
..
2fdc283
100755
(executable)
--- a/
usr.bin/ssh/mlkem768.sh
+++ b/
usr.bin/ssh/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