X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fapps.c;h=c22550b2945e4504386c57975527917642e52e50;hb=9693045170a671fde225a23ced1108fbc6dcf097;hp=e5a42d4d97d7b2505092f9de9087514e4a091079;hpb=bd08a2bd0c1078e396c02a1ba11205a0d0a3a2a7;p=oweals%2Fopenssl.git diff --git a/apps/apps.c b/apps/apps.c index e5a42d4d97..c22550b294 100644 --- a/apps/apps.c +++ b/apps/apps.c @@ -660,7 +660,7 @@ STACK_OF(X509) *load_certs(BIO *err, char *file, int format) if (format == FORMAT_PEM) { - othercerts = sk_X509_new(NULL); + othercerts = sk_X509_new_null(); if(!othercerts) { sk_X509_free(othercerts);