diff options
-rw-r--r-- | usr.bin/ssh/kexc25519.c | 1 | ||||
-rw-r--r-- | usr.bin/ssh/kexc25519c.c | 1 | ||||
-rw-r--r-- | usr.bin/ssh/kexc25519s.c | 1 | ||||
-rw-r--r-- | usr.bin/ssh/smult_curve25519_ref.c | 1 |
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 |