diff options
author | 2014-06-12 15:49:27 +0000 | |
---|---|---|
committer | 2014-06-12 15:49:27 +0000 | |
commit | c3d6a26af7455bccce87985ff78ef0efc39b65e1 (patch) | |
tree | e33a1578f7baa601a43c5042bc97fea75fedf2f4 /lib/libcrypto/poly1305 | |
parent | update to 1.6.0 with official syslog support backported from the 1.7 branch (diff) | |
download | wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.tar.xz wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.zip |
tags as requested by miod and tedu
Diffstat (limited to 'lib/libcrypto/poly1305')
-rw-r--r-- | lib/libcrypto/poly1305/poly1305-donna.c | 1 | ||||
-rw-r--r-- | lib/libcrypto/poly1305/poly1305.c | 1 | ||||
-rw-r--r-- | lib/libcrypto/poly1305/poly1305.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/libcrypto/poly1305/poly1305-donna.c b/lib/libcrypto/poly1305/poly1305-donna.c index 83d862f633f..773ea4ebe78 100644 --- a/lib/libcrypto/poly1305/poly1305-donna.c +++ b/lib/libcrypto/poly1305/poly1305-donna.c @@ -1,3 +1,4 @@ +/* $OpenBSD: poly1305-donna.c,v 1.3 2014/06/12 15:49:30 deraadt Exp $ */ /* * Public Domain poly1305 from Andrew Moon * Based on poly1305-donna.c, poly1305-donna-32.h and poly1305-donna.h from: diff --git a/lib/libcrypto/poly1305/poly1305.c b/lib/libcrypto/poly1305/poly1305.c index c2c3906c942..75a34cc3e14 100644 --- a/lib/libcrypto/poly1305/poly1305.c +++ b/lib/libcrypto/poly1305/poly1305.c @@ -1,3 +1,4 @@ +/* $OpenBSD: poly1305.c,v 1.3 2014/06/12 15:49:30 deraadt Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> * diff --git a/lib/libcrypto/poly1305/poly1305.h b/lib/libcrypto/poly1305/poly1305.h index a4ccdd5d80d..0f72c153bda 100644 --- a/lib/libcrypto/poly1305/poly1305.h +++ b/lib/libcrypto/poly1305/poly1305.h @@ -1,3 +1,4 @@ +/* $OpenBSD: poly1305.h,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ /* * Copyright (c) Joel Sing <jsing@openbsd.org> * |