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/hmac | |
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/hmac')
-rw-r--r-- | lib/libcrypto/hmac/hm_ameth.c | 1 | ||||
-rw-r--r-- | lib/libcrypto/hmac/hm_pmeth.c | 1 | ||||
-rw-r--r-- | lib/libcrypto/hmac/hmac.c | 2 | ||||
-rw-r--r-- | lib/libcrypto/hmac/hmac.h | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/hmac/hm_ameth.c b/lib/libcrypto/hmac/hm_ameth.c index 0625b066511..e3633963faf 100644 --- a/lib/libcrypto/hmac/hm_ameth.c +++ b/lib/libcrypto/hmac/hm_ameth.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hm_ameth.c,v 1.4 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2007. */ diff --git a/lib/libcrypto/hmac/hm_pmeth.c b/lib/libcrypto/hmac/hm_pmeth.c index 4d287724c30..e7a550b30c7 100644 --- a/lib/libcrypto/hmac/hm_pmeth.c +++ b/lib/libcrypto/hmac/hm_pmeth.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hm_pmeth.c,v 1.4 2014/06/12 15:49:29 deraadt Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2007. */ diff --git a/lib/libcrypto/hmac/hmac.c b/lib/libcrypto/hmac/hmac.c index 6c98fc43a31..690715db2cf 100644 --- a/lib/libcrypto/hmac/hmac.c +++ b/lib/libcrypto/hmac/hmac.c @@ -1,4 +1,4 @@ -/* crypto/hmac/hmac.c */ +/* $OpenBSD: hmac.c,v 1.18 2014/06/12 15:49:29 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * diff --git a/lib/libcrypto/hmac/hmac.h b/lib/libcrypto/hmac/hmac.h index 1be00221908..5631d465e90 100644 --- a/lib/libcrypto/hmac/hmac.h +++ b/lib/libcrypto/hmac/hmac.h @@ -1,4 +1,4 @@ -/* crypto/hmac/hmac.h */ +/* $OpenBSD: hmac.h,v 1.11 2014/06/12 15:49:29 deraadt Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * |