diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2013-12-19 22:57:14 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2013-12-19 22:57:14 +0000 |
commit | 9885f879092c14f23e37be7315ead6366b31b213 (patch) | |
tree | c29cd4cb208356474daa3596356ce173e724b62c /usr.bin/ssh/poly1305.c | |
parent | 4b77941a9dbf8555f28d3eebf55183b2ba7aaa8f (diff) |
use full name for author, with his permission
Diffstat (limited to 'usr.bin/ssh/poly1305.c')
-rw-r--r-- | usr.bin/ssh/poly1305.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/poly1305.c b/usr.bin/ssh/poly1305.c index 84d4edb9bd4..714c44be963 100644 --- a/usr.bin/ssh/poly1305.c +++ b/usr.bin/ssh/poly1305.c @@ -1,9 +1,9 @@ /* - * Public Domain poly1305 from Andrew M. + * Public Domain poly1305 from Andrew Moon * poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna */ -/* $OpenBSD: poly1305.c,v 1.2 2013/11/21 02:50:00 djm Exp $ */ +/* $OpenBSD: poly1305.c,v 1.3 2013/12/19 22:57:13 djm Exp $ */ #include <sys/types.h> #include <stdint.h> |