From 6c3e211f6011fe84f62078df2c3bbff1dff0ee65 Mon Sep 17 00:00:00 2001 From: Simon Shanks <59612559+sshanks-kx@users.noreply.github.com> Date: Thu, 30 May 2024 09:30:34 +0100 Subject: [PATCH] Add MacOS DYLD_LIBRARY_PATH --- docs/kb/ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kb/ssl.md b/docs/kb/ssl.md index a9fe09950..1e5fec40b 100644 --- a/docs/kb/ssl.md +++ b/docs/kb/ssl.md @@ -13,7 +13,7 @@ V3.4t 2016.05.12 can use Secure Sockets Layer (SSL)/Transport Layer Security (TL ## Prerequisites -Ensure that your OS has the latest OpenSSL libraries installed, and that they are in your `LD_LIBRARY_PATH` (Unix), or `PATH` (Windows). +Ensure that your OS has the latest OpenSSL libraries installed, and that they are in your `LD_LIBRARY_PATH` (Unix), `DYLD_LIBRARY_PATH` (MacOS), or `PATH` (Windows). ### Versioned libraries