diff --git a/helper.pl b/helper.pl index b18affa..916f881 100755 --- a/helper.pl +++ b/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)"; } diff --git a/libtomcrypt_VS2008.vcproj b/libtomcrypt_VS2008.vcproj index 8c37957..cca67e3 100644 --- a/libtomcrypt_VS2008.vcproj +++ b/libtomcrypt_VS2008.vcproj @@ -2447,7 +2447,7 @@ Name="rc4" >