aboutsummaryrefslogtreecommitdiffstats
path: root/engines/makeengines.com
Commit message (Collapse)AuthorAgeFilesLines
* Remove Obsolete enginesMatt Caswell2015-10-151-2/+1
| | | | | | | | There are a number of engines in the OpenSSL source code which are now obsolete. The following engines have been removed: 4758cca, aep, atalla, cswift, nuron, sureware. Reviewed-by: Rich Salz <rsalz@openssl.org>
* VMS adjustments:Richard Levitte2015-01-301-15/+9
| | | | | | | | catch up with the Unix build. A number of new tests, among others test/tocsp.com Define INTERNAL in ssl/ssl-lib.com to allow for '#include "internal/foo.h"' Reviewed-by: Andy Polyakov <appro@openssl.org>
* Corrections to the VMS build system.Richard Levitte2011-03-251-6/+7
| | | | Submitted by Steven M. Schweda <sms@antinode.info>
* For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte2011-03-251-8/+21
| | | | | | | | 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.
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-119/+222
| | | | submitted by Steven M. Schweda <sms@antinode.info>
* PR: 2407Richard Levitte2011-01-061-2/+2
| | | | | Fix fault include. Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
* First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte2010-12-141-2/+62
| | | | | | builds on VMS. PR: 2393
* Have the VMS build system catch up with the 1.0.0-stable branch.Richard Levitte2010-01-271-1/+1
|
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte2009-05-151-22/+50
| | | | | Thank you\! (note: not tested for now, a few nightly builds should give indications though)
* Do not try to link the support file(s), as they aren't a completeRichard Levitte2009-05-061-1/+5
| | | | engine ;-)
* Add padlock dataRichard Levitte2009-04-271-12/+15
| | | | | | Redo the loop so it really compiles all objects for one engine, then links the engine (until now, it still thought every file was an engine of its own...).
* Synchronise VMS build system with the Unixly oneRichard Levitte2008-12-161-2/+13
|
* Synchronise the VMS build with recent movements in the Unix build.Richard Levitte2007-03-231-1/+1
|
* Change the source and output paths for 'chil' and '4758cca' engines so thatGeoff Thorpe2005-05-291-3/+3
| | | | dynamic loading is consistent with respect to engine ids.
* Link engines against libcrypto, even when a TCP/IP implementation isRichard Levitte2003-01-021-0/+1
| | | | specified...
* DCL logic bugs fixed.Richard Levitte2002-11-141-3/+5
| | | | (I really need to review my knowledge of the language)
* Stupid bug fixes. I've forgotten my DCL...Richard Levitte2002-11-061-3/+4
|
* Add the command procedure to build external engines on VMS.Richard Levitte2002-10-311-0/+898
Currently, we simply assume that they shall always be built as shareable images.