summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/util/mkstack.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/util/mkstack.pl')
-rwxr-xr-xcrypto/openssl/util/mkstack.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/util/mkstack.pl b/crypto/openssl/util/mkstack.pl
index 3ee13fe..085c50f 100755
--- a/crypto/openssl/util/mkstack.pl
+++ b/crypto/openssl/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;
OpenPOWER on IntegriCloud