diff options
author | tobhe <tobhe@cvs.openbsd.org> | 2020-07-22 13:54:31 +0000 |
---|---|---|
committer | tobhe <tobhe@cvs.openbsd.org> | 2020-07-22 13:54:31 +0000 |
commit | f94a94172d80936c37f65f1aefef5a61db1b582b (patch) | |
tree | a3a561f9cf28a510557cefd53cb47fb9e491296b /sys/crypto/poly1305.c | |
parent | 265f20b5316bb6d3e9ebf7ede18b979d0a0e50a1 (diff) |
Add missing CVS tags.
ok patrick@
Diffstat (limited to 'sys/crypto/poly1305.c')
-rw-r--r-- | sys/crypto/poly1305.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/crypto/poly1305.c b/sys/crypto/poly1305.c index 93ab9ef7359..3f7aec44426 100644 --- a/sys/crypto/poly1305.c +++ b/sys/crypto/poly1305.c @@ -1,3 +1,4 @@ +/* $OpenBSD: poly1305.c,v 1.2 2020/07/22 13:54:30 tobhe Exp $ */ /* * Public Domain poly1305 from Andrew Moon * Based on poly1305-donna.c, poly1305-donna-32.h and poly1305-donna.h from: |