projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
asn1t.h: silence -Wmissing-prototype in Windows builds.
[openssl.git]
/
include
/
openssl
/
asn1t.h
diff --git
a/include/openssl/asn1t.h
b/include/openssl/asn1t.h
index 68f62641cae5048e612eabed8eeaad6513ad3622..f0244dc254215c2876e9baeab01b3b7e153e4165 100644
(file)
--- a/
include/openssl/asn1t.h
+++ b/
include/openssl/asn1t.h
@@
-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) \
}; \