Add crypto/include/internal to the directories to scan for stack declarations
[openssl.git] / 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;