--- a/meson.build 2023-01-23 05:53:42.000000000 -0500 +++ b/meson.build 2023-02-09 18:17:59.116531174 -0500 @@ -288,6 +288,7 @@ if sys_openssl.found() and get_option('use_sys_openssl') message('Using system openssl library') use_sys_openssl = true + use_ssl_crypto = false else message('Using bundled openssl code') use_ssl_crypto = false