瀏覽代碼

fix check_source()

Steffen Jaeckel 8 年之前
父節點
當前提交
bab6af73e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper.pl

+ 1 - 1
helper.pl

@@ -59,7 +59,7 @@ sub check_source {
           $file !~ m|src/ciphers/.*\.c$| &&
           $file !~ m|src/hashes/.*\.c$| &&
           $file !~ m|src/math/.+_desc.c$| &&
-          $file !~ m|src/stream/sober128/sober128.c$| &&
+          $file !~ m|src/stream/sober128/sober128_stream.c$| &&
           $l =~ /^static\s+\S+\s+([^_][a-zA-Z0-9_]+)\s*\(/) {
         push @{$troubles->{staticfunc_name}}, "$lineno($1)";
       }