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/srp | |
| 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/srp')
| -rw-r--r-- | src/lib/libcrypto/srp/srp.h | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/srp/srp_grps.h | 1 | ||||
| -rw-r--r-- | src/lib/libcrypto/srp/srp_lcl.h | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/srp/srp_lib.c | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/srp/srp_vfy.c | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/srp/srp.h b/src/lib/libcrypto/srp/srp.h index 7ec7825cad..53e7b8049a 100644 --- a/src/lib/libcrypto/srp/srp.h +++ b/src/lib/libcrypto/srp/srp.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/srp/srp.h */ | 1 | /* $OpenBSD: srp.h,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Written by Christophe Renou (christophe.renou@edelweb.fr) with | 2 | /* Written by Christophe Renou (christophe.renou@edelweb.fr) with |
| 3 | * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) | 3 | * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) |
| 4 | * for the EdelKey project and contributed to the OpenSSL project 2004. | 4 | * for the EdelKey project and contributed to the OpenSSL project 2004. |
diff --git a/src/lib/libcrypto/srp/srp_grps.h b/src/lib/libcrypto/srp/srp_grps.h index 8e3c35e3f5..8d7a00a3ba 100644 --- a/src/lib/libcrypto/srp/srp_grps.h +++ b/src/lib/libcrypto/srp/srp_grps.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* $OpenBSD: srp_grps.h,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ | ||
| 1 | /* start of generated data */ | 2 | /* start of generated data */ |
| 2 | 3 | ||
| 3 | static BN_ULONG bn_group_1024_value[] = { | 4 | static BN_ULONG bn_group_1024_value[] = { |
diff --git a/src/lib/libcrypto/srp/srp_lcl.h b/src/lib/libcrypto/srp/srp_lcl.h index 42bda3f148..a647a58273 100644 --- a/src/lib/libcrypto/srp/srp_lcl.h +++ b/src/lib/libcrypto/srp/srp_lcl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/srp/srp_lcl.h */ | 1 | /* $OpenBSD: srp_lcl.h,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Written by Peter Sylvester (peter.sylvester@edelweb.fr) | 2 | /* Written by Peter Sylvester (peter.sylvester@edelweb.fr) |
| 3 | * for the EdelKey project and contributed to the OpenSSL project 2004. | 3 | * for the EdelKey project and contributed to the OpenSSL project 2004. |
| 4 | */ | 4 | */ |
diff --git a/src/lib/libcrypto/srp/srp_lib.c b/src/lib/libcrypto/srp/srp_lib.c index 77e2c2c2f2..81fc11d2a3 100644 --- a/src/lib/libcrypto/srp/srp_lib.c +++ b/src/lib/libcrypto/srp/srp_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/srp/srp_lib.c */ | 1 | /* $OpenBSD: srp_lib.c,v 1.5 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Written by Christophe Renou (christophe.renou@edelweb.fr) with | 2 | /* Written by Christophe Renou (christophe.renou@edelweb.fr) with |
| 3 | * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) | 3 | * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) |
| 4 | * for the EdelKey project and contributed to the OpenSSL project 2004. | 4 | * for the EdelKey project and contributed to the OpenSSL project 2004. |
diff --git a/src/lib/libcrypto/srp/srp_vfy.c b/src/lib/libcrypto/srp/srp_vfy.c index b03d0064bf..fb6e0ab806 100644 --- a/src/lib/libcrypto/srp/srp_vfy.c +++ b/src/lib/libcrypto/srp/srp_vfy.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* crypto/srp/srp_vfy.c */ | 1 | /* $OpenBSD: srp_vfy.c,v 1.5 2014/06/12 15:49:30 deraadt Exp $ */ |
| 2 | /* Written by Christophe Renou (christophe.renou@edelweb.fr) with | 2 | /* Written by Christophe Renou (christophe.renou@edelweb.fr) with |
| 3 | * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) | 3 | * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) |
| 4 | * for the EdelKey project and contributed to the OpenSSL project 2004. | 4 | * for the EdelKey project and contributed to the OpenSSL project 2004. |
