Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
[openssl.git] / crypto / engine / eng_dyn.c
index 73d7b14ae6944bbd9f1b1802ba1f14796b58aa03..01935578c26ad1d068644123a952cf6e48cc6258 100644 (file)
@@ -20,8 +20,6 @@
  * prototypes.
  */
 
-DEFINE_STACK_OF_STRING()
-
 /* Our ENGINE handlers */
 static int dynamic_init(ENGINE *e);
 static int dynamic_finish(ENGINE *e);