From d39d78d6a7d7017063aee0d5a8ddf8c063ce306d Mon Sep 17 00:00:00 2001 From: Vemahk Date: Fri, 5 Jan 2024 20:26:26 -0600 Subject: [PATCH] Another README update: for the https FAQ honestly not sure how to concisely express that. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c9140..d552429 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ Exactly the goals I set out to achieve! - Q: **Does ZAP support TLS / HTTPS?** - A: Yes, ZAP supports using the system's openssl. See the [https](./examples/https/https.zig) example and make sure to build with - the environment variable `ZAP_USE_OPENSSL=true`: + the -Dopenssl flag or the environment variable `ZAP_USE_OPENSSL=true`: + - `.openssl = true,` (in build.zig, `b.dependency("zap" .{...})`) - `ZAP_USE_OPENSSL=true zig build https` ## Here's what works