From cc08b6f01e6172b8cedce7195ed1a4db09dfb404 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Wed, 3 Jul 2019 00:09:07 -0400 Subject: [PATCH] use newer openssl now --- http2.d | 1 + 1 file changed, 1 insertion(+) diff --git a/http2.d b/http2.d index fef6225..f982cd9 100644 --- a/http2.d +++ b/http2.d @@ -20,6 +20,7 @@ version(without_openssl) {} else { version=use_openssl; version=with_openssl; +version=newer_openssl; }