Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
[openssl.git] / include / openssl / asn1t.h
index 0a7e3754c3f2d094fbd29b5d0c9b375fdb16c80a..59b28cf8de2b0ae207e6cd3412d16d8bf911e196 100644 (file)
@@ -33,7 +33,7 @@ extern "C" {
 /* Macros for start and end of ASN1_ITEM definition */
 
 #  define ASN1_ITEM_start(itname) \
 /* 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 = {
 
 #  define static_ASN1_ITEM_start(itname) \
         static const ASN1_ITEM itname##_it = {