aboutsummaryrefslogtreecommitdiffstats
path: root/install.com
Commit message (Collapse)AuthorAgeFilesLines
* clean away old VMS cruftRichard Levitte2016-02-101-136/+0
| | | | | | | | | | | | 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>
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-92/+127
| | | | submitted by Steven M. Schweda <sms@antinode.info>
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte2009-05-151-25/+37
| | | | | Thank you\! (note: not tested for now, a few nightly builds should give indications though)
* There is no RSAREF any more, so do not ty to install it.Richard Levitte2002-06-271-1/+1
| | | | PR: 106
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-1/+1
| | | | | | | | and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
* Make sure installed files are world readableRichard Levitte1999-11-121-0/+1
|
* Bring VMS in sync with the recent changes.Ulf Möller1999-05-201-1/+1
| | | | Submitted by: Richard Levitte <levitte@stacken.kth.se>
* VMS support.Ulf Möller1999-05-131-0/+88
Submitted by: Richard Levitte <richard@levitte.org>