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
Just to add, something which I suspect is relevant is that I am trying to build this as a universal library - using CMAKE_OSX_ARCHITECTURES=arm64;x86_64 and I suspect there may be an issue that the version of openssl on brew is also not universal
I have followed the steps in the readme to build on macOS (12.6.2) however the steps around SSL no longer seem to work and I get the error:
fatal error: 'openssl/evp.h' file not found
#include <openssl/evp.h> /* PKCS5_xxx() */
I think this is to do with how SLL is linked but it's a bit beyond my experience to know how to fix..
The text was updated successfully, but these errors were encountered: