1

(6 replies, posted in wolfSSL)

I've got --enable-cryptonly --disable-opensslextra set and wolfssl/ssl.h on line 2845 is still trying to include stdarg.h. What am I missing?

2

(6 replies, posted in wolfSSL)

Okay I've made a bit of progress, but WolfSSL is still attempting to include stdarg.h when it is not available in ssl.h. Is there a way to disable this?

3

(6 replies, posted in wolfSSL)

If I wanted to manually define INTEGRITY where would that go? I'm new to this so I'm doing a bit of bumbling.

4

(6 replies, posted in wolfSSL)

I'm currently trying to get WolfSSL to build on the Integrity OS and beyond using

NO_FILESYSTEM
USER_TIME
USER_TICKS

I'm not sure what options I need to enable to get it to port over to Integrity?

Any ideas?