xaptum / xtt

A C implementation of the Trusted Transit protocol for securing Internet of Things (IoT) network traffic. Created to support the Xaptum Edge Network Fabric, an IoT Network Solution.
https://www.xaptum.com
Apache License 2.0
5 stars 5 forks source link

Fix tool to build without TPM support #86

Closed kathrynfejer closed 5 years ago

kathrynfejer commented 5 years ago

ifdef-ed out functions that were only to be used with TPM support. Fixes #82

zanebeckwith commented 5 years ago

Looks good to me. Let me know when it's rebased onto whatever the current master is and I'll merge it.