summaryrefslogtreecommitdiff
path: root/util/mkstack.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/mkstack.pl')
-rwxr-xr-xutil/mkstack.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkstack.pl b/util/mkstack.pl
index 3ee13fe7c9..085c50f790 100755
--- a/util/mkstack.pl
+++ b/util/mkstack.pl
@@ -21,7 +21,7 @@ while (@ARGV) {
}
-@source = (<crypto/*.[ch]>, <crypto/*/*.[ch]>, <rsaref/*.[ch]>, <ssl/*.[ch]>);
+@source = (<crypto/*.[ch]>, <crypto/*/*.[ch]>, <ssl/*.[ch]>);
foreach $file (@source) {
next if -l $file;