X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509v3%2Fx509v3.h;h=8bf67bcbe0622be5a3c18803f43381889ac64e36;hp=6678db33c4ebbcd6008862b215a47201a2d20c88;hb=28ddfc61dc90ec257810ee089e2639196afa589f;hpb=725c88879c1e76f2b7e5242a7b87df9e9cd58518 diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h index 6678db33c4..8bf67bcbe0 100644 --- a/crypto/x509v3/x509v3.h +++ b/crypto/x509v3/x509v3.h @@ -500,7 +500,7 @@ void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx); X509_EXTENSION *X509V3_EXT_i2d(int ext_nid, int crit, void *ext_struc); -int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) *x, int nid, void *value, int crit, unsigned long flags); +int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, int crit, unsigned long flags); char *hex_to_string(unsigned char *buffer, long len); unsigned char *string_to_hex(char *str, long *len);