summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-02-25 00:39:23 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 19:54:30 -0400
commitb28a3714c46d96e4c561a582966465beeeebe73b (patch)
tree60279ab4e010a0089348e000f46198bf3391e3ea /meson_options.txt
parentaf836b94d30d088b02899789b74a1d41a35b9eac (diff)
downloadlighttpd-git-b28a3714c46d96e4c561a582966465beeeebe73b.tar.gz
[multiple] ./configure --with-nettle to use Nettle
./configure --with-nettle to use Nettle crypto lib for algorithms, instead of OpenSSL or wolfSSL. Note: Nettle does not provide TLS. x-ref: "How to use SHA-256 without OpenSSL?" https://redmine.lighttpd.net/boards/2/topics/8903
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 bf1192d9..92d3f4a9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -63,6 +63,11 @@ option('with_mysql',
value: false,
description: 'with mysql-support for mod_vhostdb_mysql [default: off]',
)
+option('with_nettle',
+ type: 'boolean',
+ value: false,
+ description: 'with Nettle-support [default: off]',
+)
option('with_openssl',
type: 'boolean',
value: false,