diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-12 15:49:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-12 15:49:32 +0000 |
commit | 49a392b36834a2c852c7913eca64b1663500622a (patch) | |
tree | c526d22b9e2f914670ee1207fe73124442677cfd /lib/libcrypto/cmac | |
parent | dba886c38cea7b6970051b037308699d853bc83b (diff) |
tags as requested by miod and tedu
Diffstat (limited to 'lib/libcrypto/cmac')
-rw-r--r-- | lib/libcrypto/cmac/cm_ameth.c | 1 | ||||
-rw-r--r-- | lib/libcrypto/cmac/cm_pmeth.c | 1 | ||||
-rw-r--r-- | lib/libcrypto/cmac/cmac.c | 2 | ||||
-rw-r--r-- | lib/libcrypto/cmac/cmac.h | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/cmac/cm_ameth.c b/lib/libcrypto/cmac/cm_ameth.c index c960e1cf43b..e4952df2f9e 100644 --- a/lib/libcrypto/cmac/cm_ameth.c +++ b/lib/libcrypto/cmac/cm_ameth.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cm_ameth.c,v 1.3 2014/06/12 15:49:28 deraadt Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2010. */ diff --git a/lib/libcrypto/cmac/cm_pmeth.c b/lib/libcrypto/cmac/cm_pmeth.c index e1a00e90bb9..b65c1795aed 100644 --- a/lib/libcrypto/cmac/cm_pmeth.c +++ b/lib/libcrypto/cmac/cm_pmeth.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cm_pmeth.c,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2010. */ diff --git a/lib/libcrypto/cmac/cmac.c b/lib/libcrypto/cmac/cmac.c index 1f712ef5440..237ff01b6b9 100644 --- a/lib/libcrypto/cmac/cmac.c +++ b/lib/libcrypto/cmac/cmac.c @@ -1,4 +1,4 @@ -/* crypto/cmac/cmac.c */ +/* $OpenBSD: cmac.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ diff --git a/lib/libcrypto/cmac/cmac.h b/lib/libcrypto/cmac/cmac.h index 712e92dced2..10ae543f41c 100644 --- a/lib/libcrypto/cmac/cmac.h +++ b/lib/libcrypto/cmac/cmac.h @@ -1,4 +1,4 @@ -/* crypto/cmac/cmac.h */ +/* $OpenBSD: cmac.h,v 1.2 2014/06/12 15:49:28 deraadt Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ |