intel / intel-ipsec-mb

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

Remove printf that causes linker issue in environments like SGX #143

Closed svenkata9 closed 5 months ago

svenkata9 commented 5 months ago

Description

Remove printf that causes linker issue in environments like SGX

Affected parts

Motivation and Context

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. Fixes #142

How Has This Been Tested?

Build in environment that links the static binary with SGX enclave

Types of changes

Checklist:

pablodelara commented 5 months ago

Code is integrated now, thanks.