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:
parent
fa2274e805
commit
9fea3a51e5
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue