Add crypto/include/internal to the directories to scan for stack declarations
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
eb6d5f9983
commit
d865cb13ba
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ my @sstacklst;
|
|||
my @asn1setlst;
|
||||
my @p12stklst;
|
||||
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) {
|
||||
next if -l $file;
|
||||
|
||||
|
|
Loading…
Reference in a new issue