> Adding a conditional declaration for XMMWORD allows either MASM 6, MASM 7, or > MASM 8 to assemble > OpenSSL 0.9.8g correctly, including the SSE2 instructions in sha512-sse2.asm: > > IF @Version LT 800 > XMMWORD STRUCT 16 > DQ 2 dup (?) > XMMWORD ENDS > ENDIF
Fixed per http://cvs.openssl.org/chngview?cn=16708. But once again. I too want to emphasize that masm is not what we recommend as 1st choice, nasm is. The inconsistency in question between masm versions is not the only reason for why it's not recommended choice and even omitted in development branch. Use ms\do_nasm.bat! A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]