Skip to content

OpenSSL: Need to add openssl/applink.c to Windows executables using OpenSSL #4864

@obiltschnig

Description

@obiltschnig

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:

target_link_libraries(target PRIVATE OpenSSL::applink)

This is apparent when trying to run the NetSSL test suite on Windows.

Metadata

Metadata

Assignees

Type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions