X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fasn1%2Fasn1.h;h=8dc61e1e63ba4dcae1718cb6bcc3f42541a5bc63;hp=5050d572e47dd3810377aab8e840fb77dc99a2b3;hb=c8b41850793faed7fccf4fe4403f774266412f22;hpb=1c10afc32a40d9bf27848790d84ec19ecc4c9768 diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index 5050d572e4..8dc61e1e63 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -488,7 +488,7 @@ void ASN1_TYPE_free(ASN1_TYPE *a); int i2d_ASN1_TYPE(ASN1_TYPE *a,unsigned char **pp); ASN1_TYPE * d2i_ASN1_TYPE(ASN1_TYPE **a,unsigned char **pp,long length); int ASN1_TYPE_get(ASN1_TYPE *a); -void ASN1_TYPE_set(ASN1_TYPE *a, int type, char *value); +void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value); ASN1_OBJECT * ASN1_OBJECT_new(void ); void ASN1_OBJECT_free(ASN1_OBJECT *a);