--- a/deps/neverbleed/neverbleed.c 2018-05-31 09:57:10.000000000 -0400 +++ b/deps/neverbleed/neverbleed.c 2019-02-22 15:55:56.509653503 -0500 @@ -630,7 +630,7 @@ return 0; } -#if !OPENSSL_1_1_API +#if !OPENSSL_1_1_API && !defined(LIBRESSL_VERSION_NUMBER) static void RSA_get0_key(const RSA *rsa, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) {