[openssh-commits] [openssh] 02/06: upstream: Add $OpenBSD$ markers to xmss files to help keep synced
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Mar 3 14:18:10 AEDT 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 27b9f3950e0289e225b57b7b880a8f1859dcd70b
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Mon Feb 26 03:56:44 2018 +0000
upstream: Add $OpenBSD$ markers to xmss files to help keep synced
with portable. ok djm at .
OpenBSD-Commit-ID: 5233a27aafd1dfadad4b957225f95ae51eb365c1
---
xmss_commons.c | 1 +
xmss_commons.h | 1 +
xmss_fast.c | 1 +
xmss_fast.h | 1 +
xmss_hash.c | 1 +
xmss_hash.h | 1 +
xmss_hash_address.c | 1 +
xmss_hash_address.h | 1 +
xmss_wots.c | 1 +
xmss_wots.h | 1 +
10 files changed, 10 insertions(+)
diff --git a/xmss_commons.c b/xmss_commons.c
index 18f648d6..59486aea 100644
--- a/xmss_commons.c
+++ b/xmss_commons.c
@@ -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
diff --git a/xmss_commons.h b/xmss_commons.h
index 6617cef3..d5a14aa3 100644
--- a/xmss_commons.h
+++ b/xmss_commons.h
@@ -1,4 +1,5 @@
#ifdef WITH_XMSS
+/* $OpenBSD: xmss_commons.h,v 1.3 2018/02/26 03:56:44 dtucker Exp $ */
/*
xmss_commons.h 20160722
Andreas Hülsing
diff --git a/xmss_fast.c b/xmss_fast.c
index 577a9c3e..e61d657c 100644
--- a/xmss_fast.c
+++ b/xmss_fast.c
@@ -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
diff --git a/xmss_fast.h b/xmss_fast.h
index 52a83f86..2ffba705 100644
--- a/xmss_fast.h
+++ b/xmss_fast.h
@@ -1,4 +1,5 @@
#ifdef WITH_XMSS
+/* $OpenBSD: xmss_fast.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
/*
xmss_fast.h version 20160722
Andreas Hülsing
diff --git a/xmss_hash.c b/xmss_hash.c
index f90e0560..b9eee7cf 100644
--- a/xmss_hash.c
+++ b/xmss_hash.c
@@ -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
diff --git a/xmss_hash.h b/xmss_hash.h
index e01960cd..d19c6215 100644
--- a/xmss_hash.h
+++ b/xmss_hash.h
@@ -1,4 +1,5 @@
#ifdef WITH_XMSS
+/* $OpenBSD: xmss_hash.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
/*
hash.h version 20160722
Andreas Hülsing
diff --git a/xmss_hash_address.c b/xmss_hash_address.c
index 21ae1033..c6c1347e 100644
--- a/xmss_hash_address.c
+++ b/xmss_hash_address.c
@@ -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
diff --git a/xmss_hash_address.h b/xmss_hash_address.h
index 7381aab0..66bb4cc4 100644
--- a/xmss_hash_address.h
+++ b/xmss_hash_address.h
@@ -1,4 +1,5 @@
#ifdef WITH_XMSS
+/* $OpenBSD: xmss_hash_address.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
/*
hash_address.h version 20160722
Andreas Hülsing
diff --git a/xmss_wots.c b/xmss_wots.c
index 7767a656..b4702ed8 100644
--- a/xmss_wots.c
+++ b/xmss_wots.c
@@ -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
diff --git a/xmss_wots.h b/xmss_wots.h
index 6b3177c2..b8a178e8 100644
--- a/xmss_wots.h
+++ b/xmss_wots.h
@@ -1,4 +1,5 @@
#ifdef WITH_XMSS
+/* $OpenBSD: xmss_wots.h,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
/*
wots.h version 20160722
Andreas Hülsing
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list