summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2018-09-25 22:00:49 +0100
committerSami Kerola <kerolasa@iki.fi>2018-10-03 20:28:46 +0100
commit4eb96292c64d2c6611c294fc3baf2e342bc5a440 (patch)
tree9aa840ee4df3d33e298bbda9b53ba73d26ee935f
parent8a4a4010a903b797f463f3bb959e7a0db5f03284 (diff)
downloadiputils-4eb96292c64d2c6611c294fc3baf2e342bc5a440.tar.gz
build-sys: change cryto lib default to openssl
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 44ff26b..8cfc8ad 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,7 +4,7 @@ option('USE_CAP', type : 'boolean', value : true,
option('USE_IDN', type : 'boolean', value : true,
description : 'IDN support (with libidn2)')
-option('USE_CRYPTO', type : 'combo', choices : ['none', 'nettle', 'gcrypt','openssl'], value : 'nettle',
+option('USE_CRYPTO', type : 'combo', choices : [ 'none', 'gcrypt', 'nettle', 'openssl' ], value : 'openssl',
description: 'Crypto library support for ping6')
option('BUILD_ARPING', type : 'boolean', value : true,