summaryrefslogtreecommitdiffstats
path: root/VMS/mkshared.com
AgeCommit message (Collapse)Author
2016-01-07Remove the old VMS linker option file creator for shlibsRichard Levitte
Reviewed-by: Tim Hudson <tjh@openssl.org>
2011-10-30Teach mkshared.com to have a look for disabled algorithms in opensslconf.hRichard Levitte
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
different options: "64" The build system will choose /POINTER_SIZE=64=ARGV if the compiler supports it, otherwise /POINTER_SIZE=64. "64=" The build system will force /POINTER_SIZE=64. "64=ARGV" The build system will force /POINTER_SIZE=64=ARGV.
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
submitted by Steven M. Schweda <sms@antinode.info>
2010-12-14First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte
builds on VMS. PR: 2393
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte
Thank you\! (note: not tested for now, a few nightly builds should give indications though)
2002-11-04Since we're currently assuming VMS can deal with dynamic engines,Richard Levitte
don't include the static engine entry points in libcrypto.exe.
2001-11-16End assembler macro correctly.Richard Levitte
On VAX, all global variables are accessed through functions, so skip doing transfer entries for variables. Forgot the looping gotos.
2001-11-15A missing comma added.Richard Levitte
2001-04-20Script to create shareable images (shared libraries in Unixly terms)Richard Levitte
on VMS.