]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/bio.h
In OpenSSL builds, declare STACK for datatypes ...
[thirdparty/openssl.git] / include / openssl / bio.h
index edc9fbd6b47c979bb96fdd85eb8b856a94d8016d..b4047d55b9b1ce317880d10dc61a4a5314edb267 100644 (file)
@@ -286,7 +286,7 @@ int BIO_method_type(const BIO *b);
 typedef int BIO_info_cb(BIO *, int, int);
 typedef BIO_info_cb bio_info_cb;  /* backward compatibility */
 
-DEFINE_STACK_OF(BIO)
+DEFINE_OR_DECLARE_STACK_OF(BIO)
 
 /* Prefix and suffix callback in ASN1 BIO */
 typedef int asn1_ps_func (BIO *b, unsigned char **pbuf, int *plen,