summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2013-01-18 00:24:58 +0000
committerdjm <djm@openbsd.org>2013-01-18 00:24:58 +0000
commit8fa65b3fb383b73ff17d17c2d4bc161e4d721586 (patch)
treef862537099a12f2946505ab5213c237fb9c96039
parentUpdate the ARM CPU ID information. The IDs aren't vendor/product (diff)
downloadwireguard-openbsd-8fa65b3fb383b73ff17d17c2d4bc161e4d721586.tar.xz
wireguard-openbsd-8fa65b3fb383b73ff17d17c2d4bc161e4d721586.zip
RCD IDs help us keep portable in synch
-rw-r--r--usr.bin/ssh/PROTOCOL.krl2
-rw-r--r--usr.bin/ssh/krl.c2
-rw-r--r--usr.bin/ssh/krl.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/ssh/PROTOCOL.krl b/usr.bin/ssh/PROTOCOL.krl
index 60f3a24e9b0..e8caa4527ab 100644
--- a/usr.bin/ssh/PROTOCOL.krl
+++ b/usr.bin/ssh/PROTOCOL.krl
@@ -160,3 +160,5 @@ appear, they must appear consecutively at the end of the KRL file.
Implementations that retrieve KRLs over untrusted channels must verify
signatures. Signature sections are optional for KRLs distributed by
trusted means.
+
+$OpenBSD: PROTOCOL.krl,v 1.2 2013/01/18 00:24:58 djm Exp $
diff --git a/usr.bin/ssh/krl.c b/usr.bin/ssh/krl.c
index cccbfae2d44..5ad550eb66e 100644
--- a/usr.bin/ssh/krl.c
+++ b/usr.bin/ssh/krl.c
@@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+/* $OpenBSD: krl.c,v 1.2 2013/01/18 00:24:58 djm Exp $ */
+
#include <sys/types.h>
#include <sys/param.h>
#include <sys/tree.h>
diff --git a/usr.bin/ssh/krl.h b/usr.bin/ssh/krl.h
index 6b6e7c14d5e..2c43f5bb252 100644
--- a/usr.bin/ssh/krl.h
+++ b/usr.bin/ssh/krl.h
@@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+/* $OpenBSD: krl.h,v 1.2 2013/01/18 00:24:58 djm Exp $ */
+
#ifndef _KRL_H
#define _KRL_H