diff options
author | 2014-06-12 15:49:27 +0000 | |
---|---|---|
committer | 2014-06-12 15:49:27 +0000 | |
commit | c3d6a26af7455bccce87985ff78ef0efc39b65e1 (patch) | |
tree | e33a1578f7baa601a43c5042bc97fea75fedf2f4 /lib/libssl/src/crypto/srp | |
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/libssl/src/crypto/srp')
-rw-r--r-- | lib/libssl/src/crypto/srp/srp.h | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/srp/srp_grps.h | 1 | ||||
-rw-r--r-- | lib/libssl/src/crypto/srp/srp_lcl.h | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/srp/srp_lib.c | 2 | ||||
-rw-r--r-- | lib/libssl/src/crypto/srp/srp_vfy.c | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/lib/libssl/src/crypto/srp/srp.h b/lib/libssl/src/crypto/srp/srp.h index 7ec7825cade..53e7b8049a3 100644 --- a/lib/libssl/src/crypto/srp/srp.h +++ b/lib/libssl/src/crypto/srp/srp.h @@ -1,4 +1,4 @@ -/* crypto/srp/srp.h */ +/* $OpenBSD: srp.h,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ /* Written by Christophe Renou (christophe.renou@edelweb.fr) with * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) * for the EdelKey project and contributed to the OpenSSL project 2004. diff --git a/lib/libssl/src/crypto/srp/srp_grps.h b/lib/libssl/src/crypto/srp/srp_grps.h index 8e3c35e3f53..8d7a00a3ba2 100644 --- a/lib/libssl/src/crypto/srp/srp_grps.h +++ b/lib/libssl/src/crypto/srp/srp_grps.h @@ -1,3 +1,4 @@ +/* $OpenBSD: srp_grps.h,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ /* start of generated data */ static BN_ULONG bn_group_1024_value[] = { diff --git a/lib/libssl/src/crypto/srp/srp_lcl.h b/lib/libssl/src/crypto/srp/srp_lcl.h index 42bda3f148f..a647a582730 100644 --- a/lib/libssl/src/crypto/srp/srp_lcl.h +++ b/lib/libssl/src/crypto/srp/srp_lcl.h @@ -1,4 +1,4 @@ -/* crypto/srp/srp_lcl.h */ +/* $OpenBSD: srp_lcl.h,v 1.2 2014/06/12 15:49:30 deraadt Exp $ */ /* Written by Peter Sylvester (peter.sylvester@edelweb.fr) * for the EdelKey project and contributed to the OpenSSL project 2004. */ diff --git a/lib/libssl/src/crypto/srp/srp_lib.c b/lib/libssl/src/crypto/srp/srp_lib.c index 77e2c2c2f2c..81fc11d2a33 100644 --- a/lib/libssl/src/crypto/srp/srp_lib.c +++ b/lib/libssl/src/crypto/srp/srp_lib.c @@ -1,4 +1,4 @@ -/* crypto/srp/srp_lib.c */ +/* $OpenBSD: srp_lib.c,v 1.5 2014/06/12 15:49:30 deraadt Exp $ */ /* Written by Christophe Renou (christophe.renou@edelweb.fr) with * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) * for the EdelKey project and contributed to the OpenSSL project 2004. diff --git a/lib/libssl/src/crypto/srp/srp_vfy.c b/lib/libssl/src/crypto/srp/srp_vfy.c index b03d0064bfc..fb6e0ab8067 100644 --- a/lib/libssl/src/crypto/srp/srp_vfy.c +++ b/lib/libssl/src/crypto/srp/srp_vfy.c @@ -1,4 +1,4 @@ -/* crypto/srp/srp_vfy.c */ +/* $OpenBSD: srp_vfy.c,v 1.5 2014/06/12 15:49:30 deraadt Exp $ */ /* Written by Christophe Renou (christophe.renou@edelweb.fr) with * the precious help of Peter Sylvester (peter.sylvester@edelweb.fr) * for the EdelKey project and contributed to the OpenSSL project 2004. |