Add crypto/include/internal to the directories to scan for stack declarations
authorRichard Levitte <levitte@openssl.org>
Sun, 18 Oct 2015 06:59:00 +0000 (08:59 +0200)
committerRichard 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

index 8daa1f85519b7acd65e95c54bcc3d05cbe8269fc..16a0172abac39f35fdfd4ed0c5eb487b9652cd70 100755 (executable)
@@ -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;