mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
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
@ -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 New Issue
Block a user