From 6a32a3c058dbd9fa7cec5b020e4f027808972e4a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 5 Apr 2017 13:24:14 +0200 Subject: Act on deprecation of LONG and ZLONG, step 2 Replace all remaining uses of LONG and ZLONG with INT32 / ZINT32. Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3126) --- crypto/dsa/dsa_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/dsa/dsa_locl.h') diff --git a/crypto/dsa/dsa_locl.h b/crypto/dsa/dsa_locl.h index f575195c37..a81a4b4978 100644 --- a/crypto/dsa/dsa_locl.h +++ b/crypto/dsa/dsa_locl.h @@ -16,7 +16,7 @@ struct dsa_st { * instead of of a EVP_PKEY */ int pad; - long version; + int32_t version; BIGNUM *p; BIGNUM *q; /* == 20 */ BIGNUM *g; -- cgit v1.2.3