Michael
Results
1
comments of
Michael
If you used homebrew, changing lines 45 - 46 of `Build/Docker/Makefile` worked for me: ```diff - OPENSSL_PATH = $(firstword $(wildcard /usr/local/Cellar/[email protected]/*)) - MBEDTLS_PATH = $(firstword $(wildcard /usr/include/mbedtls) $(wildcard /usr/local/Cellar/mbedtls/*)) +...