summaryrefslogtreecommitdiffstats
path: root/util/mkstack.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-08 17:51:37 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-08 17:51:37 +0000
commitccb9643f02cbc57f2e88927ca8eef0189d92fc5a (patch)
tree4a7571731b4ea09f1a39d6f3b25040bc8880b90a /util/mkstack.pl
parent7f7b8d687173bd65ba2acea130ea25bd809e41b6 (diff)
Remove references to RSAref. The glue library is but a memory to fade
away now...
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;