From: Nicholas Cooper Date: Thu, 30 Jul 2015 01:44:59 +0000 (-0400) Subject: RT3959: Fix misleading comment X-Git-Tag: OpenSSL_1_1_0-pre1~874 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=119ab03aea4850297b2a886f067ae74ab3fba86e;p=oweals%2Fopenssl.git RT3959: Fix misleading comment Reviewed-by: Matt Caswell --- diff --git a/include/openssl/dh.h b/include/openssl/dh.h index e0f4b57349..f1de53dffe 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;