summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--blocks.c2
-rw-r--r--ed25519.c2
-rw-r--r--fe25519.c2
-rw-r--r--fe25519.h2
-rw-r--r--ge25519.c2
-rw-r--r--ge25519.h2
-rw-r--r--ge25519_base.data2
-rw-r--r--hash.c2
-rw-r--r--sc25519.c2
-rw-r--r--sc25519.h2
-rw-r--r--verify.c2
12 files changed, 13 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d0f54508..12f275eef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,8 @@
30 - jmc@cvs.openbsd.org 2013/12/06 15:29:07 30 - jmc@cvs.openbsd.org 2013/12/06 15:29:07
31 [sshd.8] 31 [sshd.8]
32 missing comma; 32 missing comma;
33 - [blocks.c ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h]
34 [ge25519_base.data hash.c sc25519.c sc25519.h verify.c] Fix RCS idents
33 35
3420131205 3620131205
35 - (djm) OpenBSD CVS Sync 37 - (djm) OpenBSD CVS Sync
diff --git a/blocks.c b/blocks.c
index 95c57af52..8e698c4ae 100644
--- a/blocks.c
+++ b/blocks.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: blocks.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_hashblocks/sha512/ref/blocks.c */ 3/* Public Domain, from supercop-20130419/crypto_hashblocks/sha512/ref/blocks.c */
4 4
diff --git a/ed25519.c b/ed25519.c
index da9673a0b..c7c861bb6 100644
--- a/ed25519.c
+++ b/ed25519.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: ed25519.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ed25519.c */ 3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ed25519.c */
4 4
diff --git a/fe25519.c b/fe25519.c
index d2efa5051..3a9181bad 100644
--- a/fe25519.c
+++ b/fe25519.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: fe25519.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/fe25519.c */ 3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/fe25519.c */
4 4
diff --git a/fe25519.h b/fe25519.h
index 696a67be7..9d9a114b4 100644
--- a/fe25519.h
+++ b/fe25519.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: fe25519.h,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/fe25519.h */ 3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/fe25519.h */
4 4
diff --git a/ge25519.c b/ge25519.c
index edc97588c..204eebf49 100644
--- a/ge25519.c
+++ b/ge25519.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: ge25519.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ge25519.c */ 3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ge25519.c */
4 4
diff --git a/ge25519.h b/ge25519.h
index 2a7b893bc..505bc2c81 100644
--- a/ge25519.h
+++ b/ge25519.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: ge25519.h,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ge25519.h */ 3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ge25519.h */
4 4
diff --git a/ge25519_base.data b/ge25519_base.data
index 1562b4561..d05e0bd00 100644
--- a/ge25519_base.data
+++ b/ge25519_base.data
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: ge25519_base.data,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ge25519_base.data */ 3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ge25519_base.data */
4 4
diff --git a/hash.c b/hash.c
index 3298a0bbc..cb9ba982c 100644
--- a/hash.c
+++ b/hash.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: hash.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_hash/sha512/ref/hash.c */ 3/* Public Domain, from supercop-20130419/crypto_hash/sha512/ref/hash.c */
4 4
diff --git a/sc25519.c b/sc25519.c
index 1daefd11d..c2b6db0e1 100644
--- a/sc25519.c
+++ b/sc25519.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: sc25519.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/sc25519.c */ 3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/sc25519.c */
4 4
diff --git a/sc25519.h b/sc25519.h
index 9537b7688..d49abceea 100644
--- a/sc25519.h
+++ b/sc25519.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: sc25519.h,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/sc25519.h */ 3/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/sc25519.h */
4 4
diff --git a/verify.c b/verify.c
index 943e606b5..c26824146 100644
--- a/verify.c
+++ b/verify.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: */ 1/* $OpenBSD: verify.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */
2 2
3/* Public Domain, from supercop-20130419/crypto_verify/32/ref/verify.c */ 3/* Public Domain, from supercop-20130419/crypto_verify/32/ref/verify.c */
4 4