Fix build on mingw
authorAlessandro Ghedini <alessandro@ghedini.me>
Wed, 16 Sep 2015 19:53:58 +0000 (21:53 +0200)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Sep 2015 22:12:22 +0000 (23:12 +0100)
commit05e97f1d4f940c765e5c93771fe20820acca4438
treec782600d0002be929a3d7499603e69a2a07efb6b
parentfae11ec714ac8e71d95e824d7102ab5b2ec2e256
Fix build on mingw

When OPENSSL_EXPORT_VAR_AS_FUNCTION is defined, the static_ASN1_ITEM_start
macro doesn't exist so the build fails. This problem was introduced in
commit df2ee0e.

Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
include/openssl/asn1t.h