提交 119ab03a 编写于 作者: N Nicholas Cooper 提交者: Rich Salz

RT3959: Fix misleading comment

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 3df16cc2
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册