]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/asn1pars.c
Fix safestack issues in asn1.h
[thirdparty/openssl.git] / apps / asn1pars.c
index 9acc3c0080376398cad1ce430282fd0080ea12aa..ae47aa8efcbefbb5fdc8dd122aa17226c0dcc124 100644 (file)
@@ -18,8 +18,6 @@
 #include <openssl/pem.h>
 #include <openssl/asn1t.h>
 
-DEFINE_STACK_OF(ASN1_OBJECT)
-
 typedef enum OPTION_choice {
     OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
     OPT_INFORM, OPT_IN, OPT_OUT, OPT_INDENT, OPT_NOOUT,