Closed mouse07410 closed 6 years ago
It turns out not to require any extra dependencies beyond libSystem (#1667), so Common Crypto should in fact be automatically used on Mac and iOS. But right now it is being treated as identical to something like OpenSSL which must be explicitly enabled (in this case with --enable-commoncrypto
).
Turns out the correct form is --with-commoncrypto
.
I wonder whether both need to be specified: --with-commoncrypto --with-os-features=commoncrypto
.
MacOS 10.13.6 High Sierra. Xcode-9.4.1.
It complains about "external dependencies". What dependencies does it need???