summaryrefslogtreecommitdiffstats
path: root/engines/Makefile.ssl
AgeCommit message (Collapse)Author
2005-03-30Blow away Makefile.ssl.Ben Laurie
2004-06-01This fixes the installation target for dynamic engines, which was trying toGeoff Thorpe
install to a different location than it had created. (BTW, VMS will need a matching fix in eng_list.c.) Note, these aren't ssl-specific, so I'm putting "engines/" into the libs directory rather than at the "--prefix" level or inside "ssl/".
2004-05-31Minimal work-around for ./engine shared builds. "Minimal" means that IAndy Polyakov
think that proper Makefile clean-up is required.
2004-04-19make updateGeoff Thorpe
2003-06-11make updateRichard Levitte
2003-01-30make updateRichard Levitte
2003-01-30Commit a slightly modified version of an old experiment to do RSA privateGeoff Thorpe
key operations using the GMP library. The default is not to build (or use) this code unless OPENSSL_USE_GMP is defined (because it will impose header and linker dependencies that might need specifying too).
2003-01-10Name the flag file correctlyRichard Levitte
2003-01-03HP/UX 11i make gets upset by this line containing nothing but a TabAndy Polyakov
2002-12-29make updateRichard Levitte
2002-12-15Update the make system for installations:Richard Levitte
- define a HERE variable to indicate where the source tree is (used very little right now) - make more use of copying and making attribute changes to {file}.new, and then move it to {file} - use 'mv -f' to avoid all those questions to the user when the file in question doesn't have write attributes for that user.
2002-12-05Declare another general file.Richard Levitte
2002-10-18The loop variable is 'l', not 'i'.Geoff Thorpe
2002-10-15A much better idea, of course, is not to do a submake at all...Richard Levitte
2002-10-15Makefile.shared needs to know how it can reach itself.Richard Levitte
2002-10-14Add needed libraries as per configuration to the list of libraries weRichard Levitte
depend upon.
2002-10-11TypoRichard Levitte
2002-10-11We didn't copy the cryptodev engine here, darn it!Richard Levitte
2002-10-11Typo.Richard Levitte
2002-10-11Step 5 of move of engines: Add a makefile (and a .cvsignore).Richard Levitte