Rename DECLARE*STACK_OF to DEFINE*STACK_OF
[openssl.git] / crypto / ex_data.c
index 5bf8e1e5cd8a8edf975fe00d170ddff55e933fed..76e4b3b6a214d4d6c6c4ea9bbb7d75550d8e829b 100644 (file)
@@ -125,7 +125,7 @@ typedef struct ex_callback_st {
     CRYPTO_EX_dup *dup_func;
 } EX_CALLBACK;
 
-DECLARE_STACK_OF(EX_CALLBACK)
+DEFINE_STACK_OF(EX_CALLBACK)
 
 /*
  * The state for each class.  This could just be a typedef, but