> In fact it is the copy used by python, located at > http://svn.python.org/projects/external/openssl-1.0.0a > > I made a seach for "nasmw" inside the entire code an discovered that: > /ms/bcb.mak > /ms/nt.mak > /ms/ntdll.mak > > All of these files do contain references to 'nasmw', and only. > > I observed that only Python's openssl repository do contain these > files, so in this case it is a Python bug and requested the reopening > of http://bugs.python.org/issue7280
In the context of discussion it should be noted that if neither nasm or nasmw is found at the moment of *.mak generation, then nasmw will be chosen. One can argue that defaulting to nasm is more appropriate. Therefore http://cvs.openssl.org/chngview?cn=19895. Note that it doesn't necessarily solves python problem, because I have no idea what they have on %PATH% at the moment of *.mak generation. > If would be nice if you could add your comments there regarding the > best approach on solving this. I think workaround suggested in bugs.python.org is fair solution. The trouble is that chances are that you upset somebody no matter what you do. Cheers. A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
