diff --git a/include/openssl/dh.h b/include/openssl/dh.h index e0f4b57349ec410d8799515a8a8cde894e8fcb82..f1de53dffecf6c025b685b316795775bc2b34c1e 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;