Commit 03cbd3b8 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

asn1t.h: silence -Wmissing-prototype in Windows builds.



On Windows OPENSSL_EXPORT_VAR_AS_FUNCTION is defined and in a sense
this modification simply harmonizes it with "VAR_AS_VAR".

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 8be7438f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ extern "C" {
                static const ASN1_ITEM local_it = {

#  define static_ASN1_ITEM_start(itname) \
        ASN1_ITEM_start(itname)
        static ASN1_ITEM_start(itname)

#  define ASN1_ITEM_end(itname) \
                }; \