summaryrefslogtreecommitdiffstats
path: root/util/perl/OpenSSL/ParseC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'util/perl/OpenSSL/ParseC.pm')
-rw-r--r--util/perl/OpenSSL/ParseC.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/perl/OpenSSL/ParseC.pm b/util/perl/OpenSSL/ParseC.pm
index 8e5b8b2e0a..286fa7e0ef 100644
--- a/util/perl/OpenSSL/ParseC.pm
+++ b/util/perl/OpenSSL/ParseC.pm
@@ -400,11 +400,7 @@ EOF
{ regexp => qr/DECLARE_ASN1_ITEM<<<\((.*)\)>>>/,
massager => sub {
return (<<"EOF");
-#ifndef OPENSSL_EXPORT_VAR_AS_FUNCTION
-OPENSSL_EXTERN const ASN1_ITEM *$1_it;
-#else
const ASN1_ITEM *$1_it(void);
-#endif
EOF
},
},