View | Details | Raw Unified | Return to bug 242863 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 4-9 Link Here
4
PORTNAME=	h2o
4
PORTNAME=	h2o
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	2.2.6
6
DISTVERSION=	2.2.6
7
PORTREVISION=	1
7
CATEGORIES=	www
8
CATEGORIES=	www
8
9
9
MAINTAINER=	dch@FreeBSD.org
10
MAINTAINER=	dch@FreeBSD.org
(-)files/patch-deps_neverbleed-neverbleed.c (+11 lines)
Line 0 Link Here
1
--- deps/neverbleed/neverbleed.c.orig	2019-12-24 22:26:48 UTC
2
+++ deps/neverbleed/neverbleed.c
3
@@ -630,7 +630,7 @@ static int sign_stub(struct expbuf_t *buf)
4
     return 0;
5
 }
6
 
7
-#if !OPENSSL_1_1_API
8
+#if !OPENSSL_1_1_API && !defined(LIBRESSL_VERSION_NUMBER)
9
 
10
 static void RSA_get0_key(const RSA *rsa, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d)
11
 {

Return to bug 242863