Make sure the type accessed by the LONG and ZLONG ASN1 type
[openssl.git] / crypto / dh / dh.h
index 1152fbb2d3c6390bef681b628d081c72da2bd10f..9bc1d319f9018f84c5db0c76c8779515541425fa 100644 (file)
@@ -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 */