Skip to content

Commit a0151be

Browse files
committed
functions in separate files
1 parent 6613d74 commit a0151be

27 files changed

+2260
-1351
lines changed

helper.pl

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ sub check_source {
6262
$file !~ m|src/ciphers/.*\.c$| &&
6363
$file !~ m|src/hashes/.*\.c$| &&
6464
$file !~ m|src/math/.+_desc.c$| &&
65-
$file !~ m|src/stream/sober128/sober128_stream.c$| &&
6665
$l =~ /^static(\s+[a-zA-Z0-9_]+)+\s+([^_][a-zA-Z0-9_]+)\s*\(/) {
6766
push @{$troubles->{staticfunc_name}}, "$lineno($2)";
6867
}

0 commit comments

Comments
 (0)