The branch master has been updated
       via  119ab03aea4850297b2a886f067ae74ab3fba86e (commit)
      from  3df16cc2e27f75eac2c0991248b0c294e2c847b5 (commit)


- Log -----------------------------------------------------------------
commit 119ab03aea4850297b2a886f067ae74ab3fba86e
Author: Nicholas Cooper <[email protected]>
Date:   Wed Jul 29 21:44:59 2015 -0400

    RT3959: Fix misleading comment
    
    Reviewed-by: Matt Caswell <[email protected]>

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

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

diff --git a/include/openssl/dh.h b/include/openssl/dh.h
index e0f4b57..f1de53d 100644
--- a/include/openssl/dh.h
+++ b/include/openssl/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