summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-05-14 02:03:14 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 22:51:31 -0400
commitbf4054f8ecb7ce88118a4e3631a617dba0600da0 (patch)
treef4b3833a06711dae5e39e9422f4db019a3c1e40d /meson_options.txt
parent68d626fa9fe44dd08026727442210f3ba0a71e9f (diff)
downloadlighttpd-git-bf4054f8ecb7ce88118a4e3631a617dba0600da0.tar.gz
[mod_gnutls] GnuTLS option for TLS (fixes #109)
(experimental) mod_gnutls supports most ssl.* config options supported by mod_openssl x-ref: "GnuTLS support for the mod_ssl" https://redmine.lighttpd.net/issues/109
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 17918e8b..960e44c6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -23,6 +23,11 @@ option('with_geoip',
value: false,
description: 'with GeoIP-support mod_geoip [default: off]',
)
+option('with_gnutls',
+ type: 'string',
+ value: 'false',
+ description: 'with GnuTLS-support [default: off]',
+)
option('with_krb5',
type: 'boolean',
value: false,