[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Rich Salz rsalz at openssl.org
Fri Jul 31 15:09:08 UTC 2015


The branch OpenSSL_1_0_2-stable has been updated
       via  602af7d01da82dc6c45946572f531bcbe9ebbf47 (commit)
      from  d0c9a90640c8902fef3eb74e8ef05227f8e7dcb7 (commit)


- Log -----------------------------------------------------------------
commit 602af7d01da82dc6c45946572f531bcbe9ebbf47
Author: Nicholas Cooper <qza22c5l at gmail.com>
Date:   Fri Jul 31 11:08:18 2015 -0400

    RT3959: Fix misleading comment
    
    Manual cherry-pick from main branch, since the header file
    moved in master.
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/dh/dh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h
index 0502f1a..b177673 100644
--- a/crypto/dh/dh.h
+++ b/crypto/dh/dh.h
@@ -142,7 +142,7 @@ struct dh_st {
     BIGNUM *p;
     BIGNUM *g;
     long length;                /* optional */
-    BIGNUM *pub_key;            /* g^x */
+    BIGNUM *pub_key;            /* g^x % p */
     BIGNUM *priv_key;           /* x */
     int flags;
     BN_MONT_CTX *method_mont_p;


More information about the openssl-commits mailing list