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/rc5 | |
| 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/rc5')
| -rw-r--r-- | src/lib/libcrypto/rc5/rc5.h | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/rc5/rc5_ecb.c | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/rc5/rc5_enc.c | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/rc5/rc5_locl.h | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/rc5/rc5_skey.c | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/rc5/rc5cfb64.c | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/rc5/rc5ofb64.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libcrypto/rc5/rc5.h b/src/lib/libcrypto/rc5/rc5.h index 4b3c153b50..2f076aca21 100644 --- a/src/lib/libcrypto/rc5/rc5.h +++ b/src/lib/libcrypto/rc5/rc5.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/rc5/rc5.h */ | 1 | /* $OpenBSD: rc5.h,v 1.9 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
diff --git a/src/lib/libcrypto/rc5/rc5_ecb.c b/src/lib/libcrypto/rc5/rc5_ecb.c index e72b535507..89d888e2a4 100644 --- a/src/lib/libcrypto/rc5/rc5_ecb.c +++ b/src/lib/libcrypto/rc5/rc5_ecb.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/rc5/rc5_ecb.c */ | 1 | /* $OpenBSD: rc5_ecb.c,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
diff --git a/src/lib/libcrypto/rc5/rc5_enc.c b/src/lib/libcrypto/rc5/rc5_enc.c index f327d32a76..8fdbabe8b6 100644 --- a/src/lib/libcrypto/rc5/rc5_enc.c +++ b/src/lib/libcrypto/rc5/rc5_enc.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/rc5/rc5_enc.c */ | 1 | /* $OpenBSD: rc5_enc.c,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
diff --git a/src/lib/libcrypto/rc5/rc5_locl.h b/src/lib/libcrypto/rc5/rc5_locl.h index 14086c8551..07e1503981 100644 --- a/src/lib/libcrypto/rc5/rc5_locl.h +++ b/src/lib/libcrypto/rc5/rc5_locl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/rc5/rc5_locl.h */ | 1 | /* $OpenBSD: rc5_locl.h,v 1.4 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
diff --git a/src/lib/libcrypto/rc5/rc5_skey.c b/src/lib/libcrypto/rc5/rc5_skey.c index a2e00a41c5..fadd36d2a3 100644 --- a/src/lib/libcrypto/rc5/rc5_skey.c +++ b/src/lib/libcrypto/rc5/rc5_skey.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/rc5/rc5_skey.c */ | 1 | /* $OpenBSD: rc5_skey.c,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
diff --git a/src/lib/libcrypto/rc5/rc5cfb64.c b/src/lib/libcrypto/rc5/rc5cfb64.c index 3a8b60bc7a..eebf828e65 100644 --- a/src/lib/libcrypto/rc5/rc5cfb64.c +++ b/src/lib/libcrypto/rc5/rc5cfb64.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/rc5/rc5cfb64.c */ | 1 | /* $OpenBSD: rc5cfb64.c,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
diff --git a/src/lib/libcrypto/rc5/rc5ofb64.c b/src/lib/libcrypto/rc5/rc5ofb64.c index d412215f3c..b823aeb148 100644 --- a/src/lib/libcrypto/rc5/rc5ofb64.c +++ b/src/lib/libcrypto/rc5/rc5ofb64.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/rc5/rc5ofb64.c */ | 1 | /* $OpenBSD: rc5ofb64.c,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
