]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/store/loader_file.c
In OpenSSL builds, declare STACK for datatypes ...
[thirdparty/openssl.git] / crypto / store / loader_file.c
index 9b7f8fb8aec839f1476f212e81e86fbee5c0da7d..02178b29a8dec80e632d3728d72cc195a7415e68 100644 (file)
@@ -32,6 +32,8 @@
 #include "crypto/evp.h"
 #include "store_local.h"
 
+DEFINE_STACK_OF(X509)
+
 #ifdef _WIN32
 # define stat    _stat
 #endif