intel / intel-ipsec-mb

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

`printf` in lib code prevents using ipsec-mb in SGX environment #142

Closed svenkata9 closed 5 months ago

svenkata9 commented 5 months ago

In an embedded environment like SGX which does not have access to standard C libraries present in the system, the ipsec-mb library built with printf does not work and gives build errors.

Commenting it helps. Could you please address this?