Act on deprecation of LONG and ZLONG, step 2
[openssl.git] / crypto / dh / dh_locl.h
index 6867555c4a4a5b626286554384cd46b92ff19ad0..0a8391a6c0041633c7fa1dd19c25c53c017cf1a8 100644 (file)
@@ -19,7 +19,7 @@ struct dh_st {
     int version;
     BIGNUM *p;
     BIGNUM *g;
-    long length;                /* optional */
+    int32_t length;             /* optional */
     BIGNUM *pub_key;            /* g^x % p */
     BIGNUM *priv_key;           /* x */
     int flags;