projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8be7438
)
asn1t.h: silence -Wmissing-prototype in Windows builds.
author
Andy Polyakov
<appro@openssl.org>
Mon, 28 Sep 2015 13:51:20 +0000
(15:51 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 29 Sep 2015 16:05:13 +0000
(18:05 +0200)
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>
include/openssl/asn1t.h
patch
|
blob
|
history
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) \
}; \