提交 d865cb13 编写于 作者: R Richard Levitte

Add crypto/include/internal to the directories to scan for stack declarations

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 eb6d5f99
...@@ -15,7 +15,7 @@ my @sstacklst; ...@@ -15,7 +15,7 @@ my @sstacklst;
my @asn1setlst; my @asn1setlst;
my @p12stklst; my @p12stklst;
my @lhashlst; my @lhashlst;
my @source = (<include/openssl/*.h>, <crypto/*.[ch]>, <crypto/*/*.[ch]>, <ssl/*.[ch]>, <apps/*.[ch]>); my @source = (<include/openssl/*.h>, <crypto/include/internal/*.h>, <crypto/*.[ch]>, <crypto/*/*.[ch]>, <ssl/*.[ch]>, <apps/*.[ch]>);
foreach $file (@source) { foreach $file (@source) {
next if -l $file; next if -l $file;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册