Rename DECLARE*STACK_OF to DEFINE*STACK_OF
[openssl.git] / include / openssl / txt_db.h
index 0e49a54f3d8ee0b0da6b967c63d2cb5aa5e7baca..948ac3e77f66c69c62d262634e7b28498cc8c4d4 100644 (file)
@@ -77,7 +77,7 @@ extern "C" {
 #endif
 
 typedef OPENSSL_STRING *OPENSSL_PSTRING;
-DECLARE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING)
+DEFINE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING)
 
 typedef struct txt_db_st {
     int num_fields;