Go to file
David Benjamin bc786a9569 Build with yasm on Win64 as well.
Chromium's doesn't have built-in support for ml64.exe. Seems easier to
just build consistently with Yasm on both Win32 and Win64. (This will
require an equivalent change in Chromium's build, but keep upstream
and downstream builds consistent.)

Also don't set CMAKE_ASM_NASM_COMPILER explicitly; cmake's default
ASM_NASM behavior will search for both nasm or yasm in %PATH%. Leave
it unset so it can be overwritten on the command-line to point to
a particular yasm. Update BUILDING accordingly.

Verified the tests still pass.

Change-Id: I7e434be474b5b2d49e3bafbced5b41cc0246bd00
Reviewed-on: https://boringssl-review.googlesource.com/2104
Reviewed-by: Adam Langley <agl@google.com>
2014-10-31 22:02:45 +00:00
crypto Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
doc
include/openssl Remove ERR_LIB_PKCS12. 2014-10-31 18:25:06 +00:00
ssl Remove remnant of SRP. 2014-10-31 22:00:05 +00:00
tool Get bssl tool building on Windows. 2014-10-31 22:02:01 +00:00
util Not everyone keeps bash in /bin. 2014-09-30 20:03:07 +00:00
.clang-format
.gitignore
BUILDING Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
CMakeLists.txt Get bssl tool building on Windows. 2014-10-31 22:02:01 +00:00