Loading crypto/dh/dh.h +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ struct dh_st int version; BIGNUM *p; BIGNUM *g; int length; /* optional */ long length; /* optional */ BIGNUM *pub_key; /* g^x */ BIGNUM *priv_key; /* x */ Loading crypto/dsa/dsa.h +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ struct dsa_st /* This first variable is used to pick up errors where * a DSA is passed instead of of a EVP_PKEY */ int pad; int version; long version; int write_params; BIGNUM *p; BIGNUM *q; /* == 20 */ Loading Loading
crypto/dh/dh.h +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ struct dh_st int version; BIGNUM *p; BIGNUM *g; int length; /* optional */ long length; /* optional */ BIGNUM *pub_key; /* g^x */ BIGNUM *priv_key; /* x */ Loading
crypto/dsa/dsa.h +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ struct dsa_st /* This first variable is used to pick up errors where * a DSA is passed instead of of a EVP_PKEY */ int pad; int version; long version; int write_params; BIGNUM *p; BIGNUM *q; /* == 20 */ Loading