Commit 602af7d0 authored by Nicholas Cooper's avatar Nicholas Cooper Committed by Rich Salz
Browse files

RT3959: Fix misleading comment



Manual cherry-pick from main branch, since the header file
moved in master.
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent d0c9a906
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;