diff options
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 * |