summaryrefslogtreecommitdiff
path: root/test/asn1_encode_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asn1_encode_test.c')
-rw-r--r--test/asn1_encode_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asn1_encode_test.c b/test/asn1_encode_test.c
index 293613a44f..68a069685f 100644
--- a/test/asn1_encode_test.c
+++ b/test/asn1_encode_test.c
@@ -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 {