PR: 1644
[openssl.git] / crypto / asn1 / a_dup.c
index 199d50f521cdd34553b4b1817b598d17b6143276..d98992548ab1b413efefa15021b7b845106dd090 100644 (file)
@@ -62,7 +62,7 @@
 
 #ifndef NO_OLD_ASN1
 
-void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x)
+void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x)
        {
        unsigned char *b,*p;
        const unsigned char *p2;