From: Richard Levitte Date: Sun, 18 Oct 2015 06:59:00 +0000 (+0200) Subject: Add crypto/include/internal to the directories to scan for stack declarations X-Git-Tag: OpenSSL_1_1_0-pre1~407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d865cb13ba7118e74b83238c074ca548e0177663;p=openssl Add crypto/include/internal to the directories to scan for stack declarations Reviewed-by: Rich Salz --- 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 = (, , , , ); +my @source = (, , , , , ); foreach $file (@source) { next if -l $file;