Fix some missing inits
[openssl.git] / crypto / asn1 / tasn_dec.c
index cc491977d627e0d98399ec824606de2939d54561..64bbe40d8f8eb91c96190e473fc3974826061301 100644 (file)
@@ -535,7 +535,7 @@ static int asn1_template_noexp_d2i(ASN1_VALUE **val,
         } else if (ret == -1)
             return -1;
         if (!*val)
-            *val = (ASN1_VALUE *)sk_new_null();
+            *val = (ASN1_VALUE *)OPENSSL_sk_new_null();
         else {
             /*
              * We've got a valid STACK: free up any items present