dislocker
dislocker copied to clipboard
fix: Make compatible with macOS 12 Monterey & mbedtls 3
Various patches that make this work with the latest libraries, and specifically macOS 12 Monterey. Confirmed by running:
brew install macfuse
xcode-select --install
export CPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include
make .
make
sudo make install
I didn't need any of this. Just build against mbedtls@2 from homebrew?
I didn't need any of this. Just build against mbedtls@2 from homebrew?
Yes, but mbedtls@2 is superceded by mbedtls@3.
any update on this? @Aorimn would be nice to use the most up to date version of mbedtls rather than mbedtls@2 https://github.com/Mbed-TLS/mbedtls/blob/development/docs/3.0-migration-guide.md