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..
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..