Add $OpenBSD$ markers to xmss files to help keep synced with portable.
authordtucker <dtucker@openbsd.org>
Mon, 26 Feb 2018 03:56:44 +0000 (03:56 +0000)
committerdtucker <dtucker@openbsd.org>
Mon, 26 Feb 2018 03:56:44 +0000 (03:56 +0000)
ok djm@.

usr.bin/ssh/xmss_commons.c
usr.bin/ssh/xmss_commons.h
usr.bin/ssh/xmss_fast.c
usr.bin/ssh/xmss_fast.h
usr.bin/ssh/xmss_hash.c
usr.bin/ssh/xmss_hash.h
usr.bin/ssh/xmss_hash_address.c
usr.bin/ssh/xmss_hash_address.h
usr.bin/ssh/xmss_wots.c
usr.bin/ssh/xmss_wots.h

index 51171af..5a0fce4 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_commons.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 xmss_commons.c 20160722
 Andreas Hülsing
@@ -24,4 +25,4 @@ void hexdump(const unsigned char *a, size_t len)
   size_t i;
   for (i = 0; i < len; i++)
     printf("%02x", a[i]);
-}
\ No newline at end of file
+}
index eebf99f..b39e7db 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_commons.h,v 1.3 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 xmss_commons.h 20160722
 Andreas Hülsing
index 7ddc92f..394d37d 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_fast.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 xmss_fast.c version 20160722
 Andreas Hülsing
index 657cd27..4fd1f33 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_fast.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 xmss_fast.h version 20160722
 Andreas Hülsing
index 963b584..a5cef88 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_hash.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 hash.c version 20160722
 Andreas Hülsing
index 2fed730..cce9e34 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_hash.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 hash.h version 20160722
 Andreas Hülsing
index 223c6f8..80580b1 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_hash_address.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 hash_address.c version 20160722
 Andreas Hülsing
index 73cbfd6..59af3ac 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_hash_address.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 hash_address.h version 20160722
 Andreas Hülsing
index fcd0334..1d6e88c 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_wots.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 wots.c version 20160722
 Andreas Hülsing
index 4954310..dd63ca9 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: xmss_wots.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
 /*
 wots.h version 20160722
 Andreas Hülsing