Closed polhaghverdian closed 4 years ago
You define LIBUS_USE_OPENSSL in your linker settings. WITH_OPENSSL is just a Makefile switch that triggers LIBUS_USE_OPENSSL.
@alexhultman @alexhultman-2fa
Really sorry to bother about this.
You mean that "LIBUS_USE_OPENSSL" should not be placed in column "Preprocessor definitions" but instead somewhere in linker settings?
I meant preprocessor yes
Hi,
Am trying to build the project using Visual studio 19 with SSL enabled. However when i remove this _LIBUS_NOSSL from preprocessor definitions and adding following: _WITHOPENSSL=1 or _WITH_WOLFSSL=1_ I get below output:
I have added the libs belonging to both openssl and wolfssl but still getting the same output. Which libs are missing?