intel / intel-ipsec-mb

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

perf: Fix FreeBSD compilation #64

Closed Martinfx closed 3 years ago

Martinfx commented 3 years ago

Fixed error with malloc.h header on FreeBSD

In file included from ipsec_perf.c:35:
/usr/include/malloc.h:3:2: error: "<malloc.h> has been replaced by <stdlib.h>"
#error "<malloc.h> has been replaced by <stdlib.h>"

Affected parts

Martinfx commented 3 years ago

@pablodelara I reverted commits for only for this commit. Can you please merge this pull request and close ?. Thank you M.