Mouse
Mouse
> The compile error is because the shim macro for OpenSSL 1.0.2 is wrongly enabled. Yes. And it happens with another macro as well (`TS_VERIFY_CTS_`). Here are the files. Oh,...
@rhenium this is a consistent failure. Help would be appreciated.
> Do you have `libcrypto*.dylib` in `/opt/local/lib`? ``` $ ll /opt/local/lib/libcrypto*.dylib lrwxr-xr-x 1 root admin 49 Dec 11 02:38 /opt/local/lib/libcrypto.3.dylib@ -> /opt/local/libexec/openssl3/lib/libcrypto.3.dylib lrwxr-xr-x 1 root admin 17 Dec 11 02:38...
It looks like `sudo gem update openssl -- --with-openssl-dir=/opt/local/libexec/openssl3` did the job of updating the openssl extension to 3.1.0. How can I test to make sure the correct/latest gem and...
It makes sense to me.
@bknotwell thanks for reporting. Would you consider submitting a PR?
To speed up merging of #121, could you please fix the CI, so it passes the tests?
> that function doesn't exist before Mojave Hmm... No pleasant alternatives. One obvious answer is - detect at the compilation time if the OS is Mojave or newer. Probably your...
> @mouse07410 this is my first PR, Certainly. First, welcome in! > let's start by distinguishing the version we are using... should adjust automatically for any fork cloned via git....
@gatopeich could you please try to address the CI failure in your PR?