From 1ca334018c75673678f360176dad3c8920f66942 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 17 Nov 2017 09:07:04 -0500 Subject: [PATCH] use openssl by default unless opted out --- http2.d | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/http2.d b/http2.d index b072566..851e312 100644 --- a/http2.d +++ b/http2.d @@ -15,8 +15,10 @@ module arsd.http2; version(without_openssl) {} -else +else { version=use_openssl; +version=with_openssl; +}