PORTNAME= h2o
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.6
PORTREVISION= 1
CATEGORIES= www
MAINTAINER= dch@FreeBSD.org
--- deps/neverbleed/neverbleed.c.orig 2019-12-24 22:26:48 UTC
+++ deps/neverbleed/neverbleed.c
@@ -630,7 +630,7 @@ static int sign_stub(struct expbuf_t *buf)
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)
{