summaryrefslogtreecommitdiffstats
path: root/VMS/WISHLIST.TXT
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-30 07:15:30 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-10 14:36:32 +0100
commit0f53f939a10ad9eeee555dc235936e515118f216 (patch)
treef35e2ffeb0bafd7d508e6c6061b274ac1a06491a /VMS/WISHLIST.TXT
parente84193e43dbd3da23845ef9fcfcb5e364049a396 (diff)
clean away old VMS cruft
The old building scripts get removed, they are hopelessly gone in bit rot by now. Also remove the old symbol hacks. They were needed needed to shorten some names to 31 characters, and to resolve other symbol clashes. Because we now compile with /NAMES=(AS_IS,SHORTENED), this is no longer required. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'VMS/WISHLIST.TXT')
-rw-r--r--VMS/WISHLIST.TXT4
1 files changed, 0 insertions, 4 deletions
diff --git a/VMS/WISHLIST.TXT b/VMS/WISHLIST.TXT
deleted file mode 100644
index c151fc8ea7..0000000000
--- a/VMS/WISHLIST.TXT
+++ /dev/null
@@ -1,4 +0,0 @@
-* Have the building procedure contain a LINK-only possibility.
- Wished by Mark Daniel <mark.daniel@dsto.defence.gov.au>
-
- One way to enable that is also to go over to DESCRIP.MMS files.