summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2013-11-02 22:02:15 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2013-11-02 22:02:15 +0000
commit71f447a65e3d723403fdd0f4721bdf5d2c69eacd (patch)
treeb8c65d642d78e37e299182f61c32c2003a38781d /usr.bin/ssh
parent622c12d519aa70371d0ccc36d1870912cac824fa (diff)
add missing $OpenBSD$ tags
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/kexc25519.c1
-rw-r--r--usr.bin/ssh/kexc25519c.c1
-rw-r--r--usr.bin/ssh/kexc25519s.c1
-rw-r--r--usr.bin/ssh/smult_curve25519_ref.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/ssh/kexc25519.c b/usr.bin/ssh/kexc25519.c
index 991a06f7c04..df80cf9b16e 100644
--- a/usr.bin/ssh/kexc25519.c
+++ b/usr.bin/ssh/kexc25519.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: kexc25519.c,v 1.2 2013/11/02 22:02:14 markus Exp $ */
/*
* Copyright (c) 2001, 2013 Markus Friedl. All rights reserved.
* Copyright (c) 2010 Damien Miller. All rights reserved.
diff --git a/usr.bin/ssh/kexc25519c.c b/usr.bin/ssh/kexc25519c.c
index b208817bb1d..cc68c0c6477 100644
--- a/usr.bin/ssh/kexc25519c.c
+++ b/usr.bin/ssh/kexc25519c.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: kexc25519c.c,v 1.2 2013/11/02 22:02:14 markus Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2010 Damien Miller. All rights reserved.
diff --git a/usr.bin/ssh/kexc25519s.c b/usr.bin/ssh/kexc25519s.c
index 28463d03f50..22d84b17f0d 100644
--- a/usr.bin/ssh/kexc25519s.c
+++ b/usr.bin/ssh/kexc25519s.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: kexc25519s.c,v 1.2 2013/11/02 22:02:14 markus Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2010 Damien Miller. All rights reserved.
diff --git a/usr.bin/ssh/smult_curve25519_ref.c b/usr.bin/ssh/smult_curve25519_ref.c
index 036d6e733d1..2e69934d4de 100644
--- a/usr.bin/ssh/smult_curve25519_ref.c
+++ b/usr.bin/ssh/smult_curve25519_ref.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: smult_curve25519_ref.c,v 1.2 2013/11/02 22:02:14 markus Exp $ */
/*
version 20081011
Matthew Dempsky