diff options
| author | deraadt <> | 2014-06-12 15:49:31 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-06-12 15:49:31 +0000 |
| commit | 59f4f2c61d71e266d37dd2fc97615b3fd35b4721 (patch) | |
| tree | 922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libcrypto/cmac | |
| parent | d38659785547b6c35ab79fdce9be9eaacbdb4c26 (diff) | |
| download | openbsd-59f4f2c61d71e266d37dd2fc97615b3fd35b4721.tar.gz openbsd-59f4f2c61d71e266d37dd2fc97615b3fd35b4721.tar.bz2 openbsd-59f4f2c61d71e266d37dd2fc97615b3fd35b4721.zip | |
tags as requested by miod and tedu
Diffstat (limited to 'src/lib/libcrypto/cmac')
| -rw-r--r-- | src/lib/libcrypto/cmac/cm_ameth.c | 1 | ||||
| -rw-r--r-- | src/lib/libcrypto/cmac/cm_pmeth.c | 1 | ||||
| -rw-r--r-- | src/lib/libcrypto/cmac/cmac.c | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/cmac/cmac.h | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/cmac/cm_ameth.c b/src/lib/libcrypto/cmac/cm_ameth.c index c960e1cf43..e4952df2f9 100644 --- a/src/lib/libcrypto/cmac/cm_ameth.c +++ b/src/lib/libcrypto/cmac/cm_ameth.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* $OpenBSD: cm_ameth.c,v 1.3 2014/06/12 15:49:28 deraadt Exp $ */ | ||
| 1 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 2 | * project 2010. | 3 | * project 2010. |
| 3 | */ | 4 | */ |
diff --git a/src/lib/libcrypto/cmac/cm_pmeth.c b/src/lib/libcrypto/cmac/cm_pmeth.c index e1a00e90bb..b65c1795ae 100644 --- a/src/lib/libcrypto/cmac/cm_pmeth.c +++ b/src/lib/libcrypto/cmac/cm_pmeth.c | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* $OpenBSD: cm_pmeth.c,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */ | ||
| 1 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 2 | * project 2010. | 3 | * project 2010. |
| 3 | */ | 4 | */ |
diff --git a/src/lib/libcrypto/cmac/cmac.c b/src/lib/libcrypto/cmac/cmac.c index 1f712ef544..237ff01b6b 100644 --- a/src/lib/libcrypto/cmac/cmac.c +++ b/src/lib/libcrypto/cmac/cmac.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/cmac/cmac.c */ | 1 | /* $OpenBSD: cmac.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project. | 3 | * project. |
| 4 | */ | 4 | */ |
diff --git a/src/lib/libcrypto/cmac/cmac.h b/src/lib/libcrypto/cmac/cmac.h index 712e92dced..10ae543f41 100644 --- a/src/lib/libcrypto/cmac/cmac.h +++ b/src/lib/libcrypto/cmac/cmac.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/cmac/cmac.h */ | 1 | /* $OpenBSD: cmac.h,v 1.2 2014/06/12 15:49:28 deraadt Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project. | 3 | * project. |
| 4 | */ | 4 | */ |
