Can someone please post a working example of compiling with Nim 1.4.8 and OpenSSL?
With -d:ssl alone I get undefined reference linker errors to the OpenSSL functions. Adding --lcrypto1.1 makes no difference.
Hopefully this helps someone.
However I now get symbol not found errors for EVP_MD_CTX_create and EVP_MD_CTX_destroy. Probably because of a version mismatch. I'm trying to use QuickJWT 0.2.1.