X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdh%2Fdh.h;h=9bc1d319f9018f84c5db0c76c8779515541425fa;hp=1152fbb2d3c6390bef681b628d081c72da2bd10f;hb=2c2f9e2cc32b8970f5839c51038572926b4a096f;hpb=4d7072f4b5b536c080854eba4b0092d80adf4d37 diff --git a/crypto/dh/dh.h b/crypto/dh/dh.h index 1152fbb2d3..9bc1d319f9 100644 --- a/crypto/dh/dh.h +++ b/crypto/dh/dh.h @@ -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 */