Require OpenSSL 1.1.0 or later.
[tinc] / openbsd / meson.build
1 if not opt_sandbox.disabled()
2   src_lib_common += files('sandbox.c')
3   src_tinc += files('tincctl.c')
4   src_tincd += files('tincd.c')
5   cdata.set('HAVE_SANDBOX', 1)
6 endif