commit | b32166b4fabd2a3aeec382521b0173b24a5d7c02 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Tue Feb 23 15:27:05 2016 +0000 |
committer | Matt Caswell <matt@openssl.org> | Mon Feb 29 10:28:18 2016 +0000 |
tree | 98884dd8d27a41e8bd4152b45c88b57c6573f6fb | |
parent | 0421c00e56cad9bdce5c1df4d406b7fc799bf6ad [diff] |
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>