intel / intel-ipsec-mb

Intel(R) Multi-Buffer Crypto for IPSec
BSD 3-Clause "New" or "Revised" License
289 stars 87 forks source link

Fix dependency with obj directory for Windows x64 #5

Closed Jean-Mick closed 7 years ago

Jean-Mick commented 7 years ago

On the first run of nmake from a fresh clone: nasm: fatal: unable to open output file `obj\aes128_cbc_dec_by4_sse.obj'

The obj directory must be done at first.

Fixes: 3d62708a90cb ("Windows x64 compilation option added...") Signed-off-by: Jean-Mickael Guerin jean-mickael.guerin@6wind.com

tkanteck commented 7 years ago

Thanks! I'll apply it shortly.

tkanteck commented 7 years ago

Your patch has been applied in commit ef596828398e24d47c61c3a1835b9ece728e00f9 Thanks, Tomasz