Fix definition of i2d_fn in asn1_encode_test.c

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3174)
This commit is contained in:
Richard Levitte 2017-04-11 01:37:28 +02:00
parent fa2274e805
commit 9fea3a51e5

View file

@ -132,7 +132,7 @@ static TEST_CUSTOM_DATA test_custom_data[] = {
* A structure to collect all test information in. There MUST be one instance
* of this for each test
*/
typedef int i2d_fn(void **a, unsigned char **pp);
typedef int i2d_fn(void *a, unsigned char **pp);
typedef void *d2i_fn(void **a, unsigned char **pp, long length);
typedef void ifree_fn(void *a);
typedef struct {