]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Cleanup the KISS RNG module
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 16 Aug 2023 10:01:50 +0000 (12:01 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:40 +0000 (13:28 +0100)
meson/kiss-rng/meson.build

index 86e65c467ba165b18caff3361c0f5e75af3b4de8..d11cdad9a64ce087a133575af42702a9f4a818e6 100644 (file)
@@ -1,7 +1,3 @@
-# Unsafe KISS RNG ------------------------------------------------------------------------
-# Inputs: conf
-
 opt_kiss_rng = get_option('rng-kiss')
-
-conf.set10('HAVE_KISS_RNG', opt_kiss_rng, description: 'Use the unsafe KISS RNG')
-summary('Unsafe KISS RNG', opt_kiss_rng, section: 'Configuration')
+conf.set('HAVE_KISS_RNG', opt_kiss_rng, description: 'Use the unsafe KISS RNG')
+summary('Unsafe KISS RNG', opt_kiss_rng, bool_yn: true, section: 'Configuration')