diff options
author | Andy Polyakov <appro@openssl.org> | 2018-07-24 15:02:32 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2018-07-25 15:47:12 +0200 |
commit | f529b5cf05139c20f298f553446122123c012317 (patch) | |
tree | 756f77bac27486ee717702fc97d0495c5f349127 /NOTES.WIN | |
parent | ec/ecp_nistz256.c: fix Coverity nit. (diff) | |
download | openssl-f529b5cf05139c20f298f553446122123c012317.tar.xz openssl-f529b5cf05139c20f298f553446122123c012317.zip |
INSTALL,NOTES.WIN: classify no-asm as non-production option.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6773)
Diffstat (limited to 'NOTES.WIN')
-rw-r--r-- | NOTES.WIN | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -47,10 +47,11 @@ the other hand oldest one is known not to work. Everything between falls into best-effort category. - - Netwide Assembler, a.k.a. NASM, available from http://www.nasm.us, - is required if you intend to utilize assembler modules. Note that NASM - is the only supported assembler. The Microsoft provided assembler is NOT - supported. + - Netwide Assembler, a.k.a. NASM, available from https://www.nasm.us, + is required. Note that NASM is the only supported assembler. Even + though Microsoft provided assembler is NOT supported, contemporary + 64-bit version is exercised through continuous integration of + VC-WIN64A-masm target. Installation directories |