commit | fe9aa7642c85190c1ec21b2965ce7308a667f19e | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Sun Feb 19 22:11:29 2017 +0100 |
committer | Andy Polyakov <appro@openssl.org> | Tue Feb 21 22:39:00 2017 +0100 |
tree | 1bb6e93f823bf1d28929215f81afb96899e9e4ac | |
parent | 1b8f19379a521ec11ce37e12316dd3edc0acfb82 [diff] |
appveyor.yml: engage VC-WIN64A-masm. One of the reasons for why masm/ml64 is not [fully] supported is that it's problematic to support multiple versions. But latest one usually works and/or it's lesser problem to make it work. So idea here is to have a "whistle" when it breaks, so that problems can be evaluated as they emerge. It's kind of "best effort" thing, as opposite to "full support". Reviewed-by: Richard Levitte <levitte@openssl.org>