X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fx509v3%2Fv3_info.c;h=78d2135046ec978574dfe6460e2d3e24c8afac17;hb=c04949e97877c7e9e362ab3022b2e7d4988b3e37;hp=6e3588aab813c8e544e3529eb6f905c3c5c4975a;hpb=51ca375e7e640c6f1441d74abcda731ef7306d0c;p=oweals%2Fopenssl.git diff --git a/crypto/x509v3/v3_info.c b/crypto/x509v3/v3_info.c index 6e3588aab8..78d2135046 100644 --- a/crypto/x509v3/v3_info.c +++ b/crypto/x509v3/v3_info.c @@ -207,7 +207,7 @@ void ACCESS_DESCRIPTION_free(ACCESS_DESCRIPTION *a) Free (a); } -STACK_OF(ACCESS_DESCRIPTION) *AUTHORITY_INFO_ACCESS_new() +STACK_OF(ACCESS_DESCRIPTION) *AUTHORITY_INFO_ACCESS_new(void) { return sk_ACCESS_DESCRIPTION_new(NULL); }