From cb4b854838e278db8e40cd97e94325b110e97878 Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Thu, 27 Feb 2025 11:22:26 +1100 Subject: [PATCH] convert_wycheproof: fix compile failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris Reviewed-by: Tony Hutter Reviewed-by: Tino Reichardt Reviewed-by: Attila Fülöp --- scripts/convert_wycheproof.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/convert_wycheproof.pl b/scripts/convert_wycheproof.pl index 3a3218086..7093c8533 100755 --- a/scripts/convert_wycheproof.pl +++ b/scripts/convert_wycheproof.pl @@ -182,7 +182,7 @@ if ($skipped) { } if ($ntests == 0) { die "E: no tests extracted, sorry!\n"; - +} my $outfh; if ($outfile) {