intel / intel-ipsec-mb

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

Latest release 1.1 doesn't compile on FreeBSD 13 #94

Closed diizzyy closed 2 years ago

diizzyy commented 2 years ago

Hi,

Unfortunately it doesn't anymore and just adding the same definitions as for Linux doesn't seem to work. It would be appreciated if someone could take a look at it.

In file included from avx/mb_mgr_avx.c:36:
In file included from ./include/kasumi_internal.h:42:
include/wireless_common.h:35:10: fatal error: 'intrin.h' file not found
#include <intrin.h>
         ^~~~~~~~~~
1 error generated.

Best regards, Daniel

pablodelara commented 2 years ago

Hi @diizzyy. Thanks for flagging this. We have a fix for this that we will push today.

pablodelara commented 2 years ago

@diizzyy, fix pushed! I will close this issue, but feel free to reopen it if needed.

diizzyy commented 2 years ago

Confirmed working, thanks!