aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Changes from 1.0.0-stable.Dr. Stephen Henson2009-04-071-2/+2
|
* Styling update to makefiles: $() to denote make substitutions and $${} -Andy Polyakov2008-12-291-2/+2
| | | | shell ones.
* Update make rules for x86_64 assembler pack.Andy Polyakov2008-11-121-1/+1
|
* AIX build updates.Andy Polyakov2008-09-121-1/+1
|
* Unify ppc assembler make rules.Andy Polyakov2008-01-131-3/+1
|
* Unify x86 perlasm make rules.Andy Polyakov2008-01-111-8/+2
|
* Engage x86 assembler in Mac OS X build.Andy Polyakov2007-12-181-0/+2
|
* Fix for asm/no-asm on WIN32.Dr. Stephen Henson2007-08-131-0/+1
|
* Make ppccpuid AIX friendly.Andy Polyakov2007-07-301-1/+3
|
* Throw in ppccpuid module.Andy Polyakov2007-05-151-0/+1
|
* Profiling revealed that OPENSSL_cleanse consumes *more* CPU time thanAndy Polyakov2007-05-141-1/+1
| | | | | sha1_block_data_order when hashing short messages. Move OPENSSL_cleanse to "cpuid" assembler module and gain 2x.
* Further mingw build procedure updates.Andy Polyakov2006-10-241-4/+7
|
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+1
| | | | | | PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* Initial definitions and a few functions for EVP_PKEY_METHOD: an extensionDr. Stephen Henson2006-04-061-1/+1
| | | | of the EVP routines to public key algorithms.
* Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson2006-03-221-1/+1
| | | | initialize it. Initial support for application added public key ASN1.
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
|
* Throw in comment so that one doesn't get tempted to optimize it away.Andy Polyakov2005-11-091-1/+1
|
* Avoid end-less loop when libcrypto.a is manually deleted, but 'make clean'Andy Polyakov2005-11-091-2/+4
| | | | | | | was not executed. It doesn't excuse user from running 'make clean', it simply avoids process table exhaustion. PR: 1236 Submitted by: Michael Richardson
* Eliminate crypto/tmdiff.[ch].Andy Polyakov2005-11-061-10/+3
|
* Jumbo Makfiles update.Andy Polyakov2005-06-231-91/+20
| | | | | | | | | | - eliminate ambiguities between GNU-ish and SysV-ish make flavors; - switch [back] to -e; - fold/unify rules; This is follow-up to the patch introducing common BUILDENV. Idea is to collect as much parameters in $(TOP) as possible and "strip" lower Makefiles for most variables [and thus makes them more readable].
* Propagate BUILDENV into subdirectories.Ben Laurie2005-05-211-1/+25
|
* Engage Applink in mingw. Note that application-side module is notAndy Polyakov2005-05-181-0/+6
| | | | | | | compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-5/+6
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* Further BUILDENV clean-up, 'make depend' is operational again.Andy Polyakov2005-05-161-8/+10
|
* Consolidate BUILDENV [idea is to keep all variables in one place].Andy Polyakov2005-05-151-20/+18
|
* Rename amd64 modules to x86_64 and update RC4 implementation.Andy Polyakov2005-05-031-2/+2
|
* Add DTLS support.Ben Laurie2005-04-261-1/+1
|
* Blow away Makefile.ssl.Ben Laurie2005-03-301-0/+242