Skip to content

Commit 27b9f39

Browse files
daztuckerdjmdjm
authored andcommitted
upstream: Add $OpenBSD$ markers to xmss files to help keep synced
with portable. ok djm@. OpenBSD-Commit-ID: 5233a27aafd1dfadad4b957225f95ae51eb365c1
1 parent afd8308 commit 27b9f39

10 files changed

+10
-0
lines changed

xmss_commons.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* $OpenBSD: xmss_commons.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
12
/*
23
xmss_commons.c 20160722
34
Andreas Hülsing

xmss_commons.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#ifdef WITH_XMSS
2+
/* $OpenBSD: xmss_commons.h,v 1.3 2018/02/26 03:56:44 dtucker Exp $ */
23
/*
34
xmss_commons.h 20160722
45
Andreas Hülsing

xmss_fast.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* $OpenBSD: xmss_fast.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
12
/*
23
xmss_fast.c version 20160722
34
Andreas Hülsing

xmss_fast.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#ifdef WITH_XMSS
2+
/* $OpenBSD: xmss_fast.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
23
/*
34
xmss_fast.h version 20160722
45
Andreas Hülsing

xmss_hash.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* $OpenBSD: xmss_hash.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
12
/*
23
hash.c version 20160722
34
Andreas Hülsing

xmss_hash.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#ifdef WITH_XMSS
2+
/* $OpenBSD: xmss_hash.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
23
/*
34
hash.h version 20160722
45
Andreas Hülsing

xmss_hash_address.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* $OpenBSD: xmss_hash_address.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
12
/*
23
hash_address.c version 20160722
34
Andreas Hülsing

xmss_hash_address.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#ifdef WITH_XMSS
2+
/* $OpenBSD: xmss_hash_address.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
23
/*
34
hash_address.h version 20160722
45
Andreas Hülsing

xmss_wots.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* $OpenBSD: xmss_wots.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
12
/*
23
wots.c version 20160722
34
Andreas Hülsing

xmss_wots.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#ifdef WITH_XMSS
2+
/* $OpenBSD: xmss_wots.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
23
/*
34
wots.h version 20160722
45
Andreas Hülsing

0 commit comments

Comments
 (0)