From d865cb13ba7118e74b83238c074ca548e0177663 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 18 Oct 2015 08:59:00 +0200 Subject: [PATCH] Add crypto/include/internal to the directories to scan for stack declarations Reviewed-by: Rich Salz --- util/mkstack.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- GitLab