diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2013-12-07 00:26:38 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2013-12-07 00:26:38 +0000 |
commit | 5cbc3e99c640ea077e6aa336c77764a6a0742b5b (patch) | |
tree | 6ce1c89dff433ef473b6fc7d643bd9047b2f12d7 /usr.bin/ssh/ge25519.c | |
parent | 93c6c6bfdf200581f3facb9ab9dafab86e5c7182 (diff) |
correct RCS idents
Diffstat (limited to 'usr.bin/ssh/ge25519.c')
-rw-r--r-- | usr.bin/ssh/ge25519.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/ge25519.c b/usr.bin/ssh/ge25519.c index edc97588c36..204eebf49b4 100644 --- a/usr.bin/ssh/ge25519.c +++ b/usr.bin/ssh/ge25519.c @@ -1,4 +1,4 @@ -/* $OpenBSD: */ +/* $OpenBSD: ge25519.c,v 1.2 2013/12/07 00:26:37 djm Exp $ */ /* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ge25519.c */ |