Skip to content

Commit 80abcd8

Browse files
robnFedorUporovVstack
authored andcommitted
convert_wycheproof: fix compile failure
Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Reviewed-by: Tino Reichardt <[email protected]> Reviewed-by: Attila Fülöp <[email protected]>
1 parent 66bc4d1 commit 80abcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/convert_wycheproof.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ sub usage {
182182
}
183183
if ($ntests == 0) {
184184
die "E: no tests extracted, sorry!\n";
185-
185+
}
186186

187187
my $outfh;
188188
if ($outfile) {

0 commit comments

Comments
 (0)