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: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Andy Polyakov 2015-09-28 15:51:20 +02:00
parent 8be7438f16
commit 03cbd3b8fa

View file

@ -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) \
}; \