From c1e4c7197aa46a3e926a97716d6b664f7fe29d3c Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 21 Sep 2022 14:06:07 +0200 Subject: [PATCH] dnsdist: Document DISABLE_OPENSSL_ERROR_STRINGS --- pdns/dnsdistdist/docs/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/dnsdistdist/docs/install.rst b/pdns/dnsdistdist/docs/install.rst index 199217e209..615d54bd9f 100644 --- a/pdns/dnsdistdist/docs/install.rst +++ b/pdns/dnsdistdist/docs/install.rst @@ -122,6 +122,7 @@ Our ``configure`` script provides a fair number of options with regard to which * ``DISABLE_HASHED_CREDENTIALS`` to disable password-hashing support * ``DISABLE_LUA_WEB_HANDLERS`` for custom Lua web handlers support * ``DISABLE_OCSP_STAPLING`` for OCSP stapling +* ``DISABLE_OPENSSL_ERROR_STRINGS`` to disable the loading of OpenSSL's error strings, reducing the memory use at the cost of human-readable error messages * ``DISABLE_NPN`` for Next Protocol Negotiation, superseded by ALPN * ``DISABLE_PROMETHEUS`` for prometheus * ``DISABLE_PROTOBUF`` for protocol-buffer support, including dnstap -- 2.47.2