Revert the size_t modifications from HEAD that had led to more
[openssl.git] / crypto / ecdsa / ecdsa.h
index ea1187c782a73e89e2ccfb7a10667946cd258fc8..e61c539812ae8595cf595dd38a70c8347648dbd0 100644 (file)
@@ -106,7 +106,7 @@ int   i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
  *  \param  len  length of the buffer
  *  \return pointer to the decoded ECDSA_SIG structure (or NULL)
  */
-ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, size_t len);
+ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
 
 /** Computes the ECDSA signature of the given hash value using
  *  the supplied private key and returns the created signature.