X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fopenssl%2Fasn1t.h;h=59b28cf8de2b0ae207e6cd3412d16d8bf911e196;hb=9c5e87bf34f872c891a4967316246bf942a8c2d2;hp=0a7e3754c3f2d094fbd29b5d0c9b375fdb16c80a;hpb=6cef8015e8fb47dfda37b46b8fd1167ea3ee1414;p=openssl.git diff --git a/include/openssl/asn1t.h b/include/openssl/asn1t.h index 0a7e3754c3..59b28cf8de 100644 --- a/include/openssl/asn1t.h +++ b/include/openssl/asn1t.h @@ -33,7 +33,7 @@ extern "C" { /* Macros for start and end of ASN1_ITEM definition */ # define ASN1_ITEM_start(itname) \ - OPENSSL_GLOBAL const ASN1_ITEM itname##_it = { + const ASN1_ITEM itname##_it = { # define static_ASN1_ITEM_start(itname) \ static const ASN1_ITEM itname##_it = {