Rename DECLARE*STACK_OF to DEFINE*STACK_OF
[openssl.git] / include / openssl / crypto.h
index 0d88a06f63606830f3c78dd8b28269917a04a01f..a5e5b1749b35acd4c4fe5b23c9170345e087fd95 100644 (file)
@@ -257,7 +257,7 @@ typedef struct bio_st BIO_dummy;
 struct crypto_ex_data_st {
     STACK_OF(void) *sk;
 };
-DECLARE_STACK_OF(void)
+DEFINE_STACK_OF(void)
 
 /*
  * Per class, we have a STACK of function pointers.