projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6d5f9
)
Add crypto/include/internal to the directories to scan for stack declarations
author
Richard Levitte
<levitte@openssl.org>
Sun, 18 Oct 2015 06:59:00 +0000
(08:59 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 18 Oct 2015 18:35:22 +0000
(20:35 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkstack.pl
patch
|
blob
|
history
diff --git
a/util/mkstack.pl
b/util/mkstack.pl
index 8daa1f85519b7acd65e95c54bcc3d05cbe8269fc..16a0172abac39f35fdfd4ed0c5eb487b9652cd70 100755
(executable)
--- a/
util/mkstack.pl
+++ b/
util/mkstack.pl
@@
-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;