]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/cms.c
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
[thirdparty/openssl.git] / apps / cms.c
index 350f9ed75bfbed496cdf46c2cbef44d4128d7bb3..2706e5af86ba10443778bfa3d5f519cdf1f31270 100644 (file)
@@ -24,7 +24,6 @@
 # include <openssl/cms.h>
 
 DEFINE_STACK_OF(CMS_SignerInfo)
-DEFINE_STACK_OF_STRING()
 
 static int save_certs(char *signerfile, STACK_OF(X509) *signers);
 static int cms_cb(int ok, X509_STORE_CTX *ctx);