]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/ssltestlib.c
Fix some clang warnings
[thirdparty/openssl.git] / test / ssltestlib.c
index a6ca5ffa905f41d13d446ed3667293c28eea41b4..ff5cbedd6d61f327402f8b3115a86a2d27046d6d 100644 (file)
@@ -238,8 +238,6 @@ typedef struct mempacket_st {
     unsigned int type;
 } MEMPACKET;
 
-DEFINE_STACK_OF(MEMPACKET)
-
 static void mempacket_free(MEMPACKET *pkt)
 {
     if (pkt->data != NULL)