]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/d2i_pr.c
In OpenSSL builds, declare STACK for datatypes ...
[thirdparty/openssl.git] / crypto / asn1 / d2i_pr.c
index a4f3dd5359d7bb04034b4e4a0dfa3508c00cd3ea..c7346f542407a09e86c14b006e3e0e75a7834c5f 100644 (file)
@@ -18,6 +18,7 @@
 #include "crypto/asn1.h"
 #include "crypto/evp.h"
 
+DEFINE_STACK_OF(ASN1_TYPE)
 EVP_PKEY *d2i_PrivateKey_ex(int type, EVP_PKEY **a, const unsigned char **pp,
                             long length, OPENSSL_CTX *libctx, const char *propq)
 {