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


- Log -----------------------------------------------------------------
commit 602af7d01da82dc6c45946572f531bcbe9ebbf47
Author: Nicholas Cooper <[email protected]>
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 <[email protected]>

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

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;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to