From ebdaeb08165d1a27053d11b9404c1becfe61f56b Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 8 Sep 2020 14:08:06 -0400 Subject: [PATCH] gotta love repeating myself leads to bugs --- dub.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 0383b51..84cf71b 100644 --- a/dub.json +++ b/dub.json @@ -269,8 +269,7 @@ "configurations": [ { "name": "with_openssl", - "versions": ["with_openssl"], - "libs": ["crypto", "ssl"] + "versions": ["with_openssl"] }, { "name": "without_openssl",