aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
Commit message (Expand)AuthorAgeFilesLines
* Change the shared library support so the shared libraries get builtRichard Levitte2001-10-301-1/+7
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-2/+2
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-1/+2
* 'make update'Richard Levitte2001-06-051-0/+2
* New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte2001-05-161-3/+3
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-1/+1
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for exa...Bodo Möller2001-03-081-9/+9
* Move ec.h to ec2.h because it is not compatible with what we will use.Bodo Möller2001-03-051-1/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-44/+39
* 'make update'Geoff Thorpe2001-02-211-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-8/+16
* make updateRichard Levitte2001-02-191-0/+3
* Add uid.{c,o}Bodo Möller2001-02-191-2/+2
* "make update" plus a rewrite of both .num files.Richard Levitte2000-12-291-2/+2
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+1
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-1/+1
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* 'make update'Richard Levitte2000-09-071-7/+9
* It's not just VMS that needs some symbols to be hacked. Let'sRichard Levitte2000-09-071-1/+1
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-12/+14
* This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe2000-04-041-1/+1
* Problems with the Windows build.Ulf Möller2000-03-201-1/+1
* EBCDIC support.Ulf Möller2000-02-011-2/+2
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-7/+13
* make no-des and no-rc2 work.Bodo Möller2000-01-071-1/+2
* Rebuild of the OpenSSL memory allocation and deallocation routines.Richard Levitte1999-12-171-4/+9
* Parantheses not needed.Ulf Möller1999-09-101-2/+2
* "make update"Bodo Möller1999-09-101-1/+1
* typoBodo Möller1999-09-101-1/+1
* Correction for the testapps lines.Ulf Möller1999-09-101-2/+2
* Use proper flags to build the testapps (default CC value causes confusionUlf Möller1999-09-081-2/+2
* make testapps after the library.Ulf Möller1999-08-281-0/+4
* avoid some NO_<cipher> problemsBodo Möller1999-08-021-0/+2
* Always use buildinf.h, which now includes the mk1mfinf.h data.Bodo Möller1999-07-291-6/+7
* Use correct CFLAG definition for makefile.one builds.Bodo Möller1999-07-271-2/+2
* date.h no longer to be deleted by "make clean"Bodo Möller1999-07-221-1/+1
* avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,Bodo Möller1999-07-211-8/+12
* "make clean" has to delete date.hBodo Möller1999-07-171-1/+1
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-1/+1
* Pass INSTALL_PREFIX to subdirectories of cryptoBodo Möller1999-05-281-1/+1
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-25/+25
* Add a kludge :-(Bodo Möller1999-05-201-1/+0
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-25/+26
* Update dependencies.Bodo Möller1999-05-151-15/+15
* VMS support.Ulf Möller1999-05-131-1/+1
* pass $PERL on make files.Ulf Möller1999-05-081-1/+1
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-3/+5
* Pass PERL to sub-Makefiles during "make links".Bodo Möller1999-04-291-1/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3