From f09a2865c7ef23ba4067cf89da925f0d642f9532 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 27 Nov 2025 09:56:07 +0000 Subject: Fix genssl with newer versions of GnuTLS. --- tools/genssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/genssl b/tools/genssl index ed8664640..bcf2133d2 100755 --- a/tools/genssl +++ b/tools/genssl @@ -57,7 +57,7 @@ if (scalar @ARGV < 1 || $ARGV[0] !~ /^(?:auto|gnutls|openssl)$/i) { my $certtool = $^O eq 'darwin' ? 'gnutls-certtool' : 'certtool'; # Check whether the user has the required tools installed. -my $has_gnutls = `$certtool --version v 2>/dev/null`; +my $has_gnutls = !system "$certtool --help 2>/dev/null"; my $has_openssl = !system 'openssl version >/dev/null 2>&1'; # The framework the user has specified. -- cgit v1.3.1-10-gc9f91