You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The csmp-agent-lib Makefiles don’t provide an easy way (without modifying the Makefiles) to:
a. Add additional CFLAGS to the compilation
b. Add CFLAGS += -DOPENSSL and linking to OpenSSL
i. Maybe should be something like make OPENSSL_SUPPORTED=1 ?