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.h | |
parent | 265f20b5316bb6d3e9ebf7ede18b979d0a0e50a1 (diff) |
Add missing CVS tags.
ok patrick@
Diffstat (limited to 'sys/crypto/poly1305.h')
-rw-r--r-- | sys/crypto/poly1305.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/crypto/poly1305.h b/sys/crypto/poly1305.h index a36b84a6ad9..bd68586c3ec 100644 --- a/sys/crypto/poly1305.h +++ b/sys/crypto/poly1305.h @@ -1,3 +1,4 @@ +/* $OpenBSD: poly1305.h,v 1.2 2020/07/22 13:54:30 tobhe Exp $ */ /* * Public Domain poly1305 from Andrew Moon * |