intel / intel-ipsec-mb

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

perf: fix Undefined symbol _aligned_malloc for FreeBSD #66

Closed Martinfx closed 4 years ago

Martinfx commented 4 years ago

This patch is fix for Undefined symbol "_aligned_malloc" for FreeBSD. FreeBSD uses posix_memalign from stdlib.h .

I compiled with gmake SHARED=n

Description

Affected parts

Motivation and Context

How Has This Been Tested?

Types of changes

Checklist:

Martinfx commented 4 years ago

Complete port for FreeBSD is here https://www.freshports.org/security/intel-ipsec-mb/ M.