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
It's usually included with OpenSSL (in the include/openssl directory). Whether it's actually needed depends apparently on a few things (it's not well documented). This probably includes how OpenSSL was built.
When building on Windows with OpenSSL, the file
applink.c
needs to be compiled into the executable.With CMake this can be done by adding:
This is apparent when trying to run the NetSSL test suite on Windows.
The text was updated successfully, but these errors were encountered: