[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Fri Jul 31 15:07:33 UTC 2015


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


- Log -----------------------------------------------------------------
commit 119ab03aea4850297b2a886f067ae74ab3fba86e
Author: Nicholas Cooper <qza22c5l at gmail.com>
Date:   Wed Jul 29 21:44:59 2015 -0400

    RT3959: Fix misleading comment
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

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;


More information about the openssl-commits mailing list