intel / intel-ipsec-mb

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

Compilation issue when building with NASM 2.15RC0 #53

Closed pablodelara closed 4 years ago

pablodelara commented 4 years ago

When compiling with NASM 2.15rc0, following compilation warnings can be seen in GCM code (affecting all architectures).

warning: single-line macro `MKGLOBAL' exists, but not taking 4 parameters [-w+macro-params-single]

pablodelara commented 4 years ago

Looks like there is a genuine issue on NASM 2.15, so closing this issue for now.

pablodelara commented 4 years ago

Reopening the issue for now, until the issue is fixed on bugzilla: https://bugzilla.nasm.us/show_bug.cgi?id=3392652

pablodelara commented 4 years ago

And... it's fixed in NASM now :)