Make editorial changes suggested by Rich Salz and add the -rsigopt option to the...
[openssl.git] / crypto / dsa / dsa_locl.h
index f575195c378dd8d5fed8bd2ae73a469b824e408f..a81a4b49788d790d061006656c60393201893ac6 100644 (file)
@@ -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;