]> gitweb.factorcode.org Git - factor.git/commit
openssl: Fallback for versions of macOS < 10.15.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 28 Sep 2019 14:40:47 +0000 (09:40 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 28 Sep 2019 14:40:47 +0000 (09:40 -0500)
commitafe188efb363988632a6e220561aa8dca5b44623
tree01c12465125e62b7e3d12d4d5a16d6f70c00cc1f
parent6f6bc00cb1a0b19825f20f55c6a538b0ac94057d
openssl: Fallback for versions of macOS < 10.15.

We probably want a word that finds libssl.x.dylib where x is the highest version so that we don't have to update the libary-loading code in the future.

This is all because loading libssl.dylib causes a SIGABORT signal 6, perhaps there's another workaround?
basis/openssl/libcrypto/libcrypto.factor
basis/openssl/libssl/libssl.factor