changeset: 84121:1b2cbdc9c1d4 parent: 84119:5f7e12eb65b8 parent: 84120:ee3952965934 user: Christian Heimes date: Fri Jun 14 15:48:16 2013 +0200 files: Misc/NEWS PCbuild/readme.txt description: Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows diff -r 5f7e12eb65b8 -r 1b2cbdc9c1d4 Misc/NEWS --- a/Misc/NEWS Fri Jun 14 15:14:29 2013 +0200 +++ b/Misc/NEWS Fri Jun 14 15:48:16 2013 +0200 @@ -493,6 +493,8 @@ - Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC 4.8. +- Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 + on Windows. What's New in Python 3.3.1 release candidate 1? =============================================== diff -r 5f7e12eb65b8 -r 1b2cbdc9c1d4 PCbuild/readme.txt --- a/PCbuild/readme.txt Fri Jun 14 15:14:29 2013 +0200 +++ b/PCbuild/readme.txt Fri Jun 14 15:48:16 2013 +0200 @@ -152,9 +152,12 @@ You can (theoretically) use any version of OpenSSL you like - the build process will automatically select the latest version. - You must install the NASM assembler from + You must install the NASM assembler 2.10 or newer from http://nasm.sf.net - for x86 builds. Put nasmw.exe anywhere in your PATH. + for x86 builds. Put nasmw.exe anywhere in your PATH. More recent + versions of OpenSSL may need a later version of NASM. If OpenSSL's self + tests don't pass, you should first try to update NASM and do a full + rebuild of OpenSSL. Note: recent releases of nasm only have nasm.exe. Just rename it to nasmw.exe.