Workaround for VisualStudio 2015 bug
authorMatt Caswell <matt@openssl.org>
Tue, 23 Feb 2016 15:27:05 +0000 (15:27 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 29 Feb 2016 10:28:18 +0000 (10:28 +0000)
commitb32166b4fabd2a3aeec382521b0173b24a5d7c02
tree98884dd8d27a41e8bd4152b45c88b57c6573f6fb
parent0421c00e56cad9bdce5c1df4d406b7fc799bf6ad
Workaround for VisualStudio 2015 bug

VisualStudio 2015 has a bug where an internal compiler error was occurring.
By reordering the DEFINE_STACK_OF declarations for SSL_CIPHER and SSL_COMP
until after the ssl3.h include everything seems ok again.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
include/openssl/ssl.h
util/mkdef.pl