summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-10-18 08:59:00 +0200
committerRichard Levitte <levitte@openssl.org>2015-10-18 20:35:22 +0200
commitd865cb13ba7118e74b83238c074ca548e0177663 (patch)
tree9e4472195a11dfbc60fd5b72d628e74d1e886b4d /util
parenteb6d5f99831e013945f002989e1060095b51345e (diff)
Add crypto/include/internal to the directories to scan for stack declarations
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkstack.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkstack.pl b/util/mkstack.pl
index 8daa1f8551..16a0172aba 100755
--- 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;