summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1t.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/asn1/asn1t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1t.h b/src/lib/libcrypto/asn1/asn1t.h
index fcb3c5cf9a..21d41bc11e 100644
--- a/src/lib/libcrypto/asn1/asn1t.h
+++ b/src/lib/libcrypto/asn1/asn1t.h
@@ -78,7 +78,7 @@ extern "C" {
78/* Macros for start and end of ASN1_ITEM definition */ 78/* Macros for start and end of ASN1_ITEM definition */
79 79
80#define ASN1_ITEM_start(itname) \ 80#define ASN1_ITEM_start(itname) \
81 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = { 81 const ASN1_ITEM itname##_it = {
82 82
83#define ASN1_ITEM_end(itname) \ 83#define ASN1_ITEM_end(itname) \
84 }; 84 };