aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Fixes so it will compile again under Win32.Dr. Stephen Henson1999-04-251-9/+14
|
* Submitted by:Ulf Möller1999-04-251-1/+1
| | | | | Reviewed by: PR:
* Fixed a typo.Bodo Möller1999-04-251-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* exit on error.Ulf Möller1999-04-251-1/+2
|
* New Configure option --openssldir to replace util/ssldir.pl.Ulf Möller1999-04-241-36/+78
|
* Submitted by:Bodo Möller1999-04-231-1/+2
| | | | | | | | | Reviewed by: PR: Submitted by: Reviewed by: PR:
* Submitted by:Bodo Möller1999-04-231-1/+1
| | | | | Reviewed by: PR:
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-0/+25
| | | | | | Submitted by: Reviewed by: PR:
* Andy Polyakov points out that BF_PTR2 is slower than the generic case.Ulf Möller1999-04-231-2/+2
|
* Work with -pedantic!Ben Laurie1999-04-231-1/+1
|
* Ultrix compatibility.Ulf Möller1999-04-221-1/+2
| | | | Submitted by: Bernhard Simon <simon@zid.tuwien.ac.at>
* Move all autogenerated header file parts to crypto/opensslconf.h.Ulf Möller1999-04-211-203/+20
|
* -Wall implies -Wuninitialized.Ulf Möller1999-04-201-2/+2
|
* Document additional Configure flags.Ulf Möller1999-04-191-2/+7
|
* Error in comment.Ulf Möller1999-04-191-1/+1
|
* Defunct assembler files removed; various cleanups.Ulf Möller1999-04-191-34/+39
| | | | | New Ultrix and Alpha entries submitted by Bernhard Simon <simon@zid.tuwien.ac.at>.
* New "Configure" entry (Solaris with debug info)Bodo Möller1999-04-191-0/+1
| | | | | | Submitted by: Reviewed by: PR:
* Massive constification.Ben Laurie1999-04-171-1/+1
|
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-161-0/+1
|
* New Configure option "rsaref".Ulf Möller1999-04-131-0/+5
|
* Don#t auto-generate crypto/pem/pem.h -- a fixed file is fine for it.Bodo Möller1999-04-121-26/+26
| | | | | | Submitted by: Reviewed by: PR:
* Use Perl 5 even if Perl 4 comes first in the search path.Ulf Möller1999-04-091-1/+2
|
* Fix linux-mips entry.Ulf Möller1999-04-081-1/+1
| | | | Submitted by: Niels Poppe <niels@netbox.org>
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-0/+23
|
* New option to generate 80386 code.Ulf Möller1999-03-311-0/+5
|
* Linux PPC support.Ben Laurie1999-03-271-2/+2
|
* Allow bsdi-gcc - see if it gets anyone anywhere.Ben Laurie1999-03-121-1/+1
|
* Solaris shared library support.Ben Laurie1999-03-121-0/+2
|
* Go faster.Ben Laurie1999-03-091-1/+1
|
* Don't make links in INSTALL doc - also, work first time!Ben Laurie1999-03-071-1/+1
|
* Don't make links on Windoze.Ben Laurie1999-03-071-1/+8
|
* Linux MIPS support.Ben Laurie1999-03-071-0/+2
|
* Always make links.Ben Laurie1999-03-071-0/+3
|
* Add a useful kludge to allow package maintainers to specify compiler and otherRalf S. Engelschall1999-03-061-0/+4
| | | | | | | | | | | | | | | | platforms details on the command line without having to patch the Configure script everytime: One now can use ``perl Configure <id>:<details>'', i.e. platform ids are allowed to have details appended to them (seperated by colons). This is treated as there would be a static pre-configured entry in Configure's %table under key <id> with value <details> and ``perl Configure <id>'' is called. So, when you want to perform a quick test-compile under FreeBSD 3.1 with pgcc and without assembler stuff you can use ``perl Configure "FreeBSD-elf:pgcc:-O6:::"'' now, which overrides the FreeBSD-elf entry on-the-fly. (PS: Notice that the same effect _cannot_ be achieved by using ``make CC=pgcc ..'' etc, because you cannot override all things from there.)
* Allow DSO flags like -fpic, -fPIC, -KPIC etc. to be specified on the `perlRalf S. Engelschall1999-03-061-1/+5
| | | | | Configure ...' command line. This way one can compile OpenSSL libraries with Position Independent Code (PIC) which is needed for linking it into DSOs.
* Ralf is now using FreeBSD 3.1 which runs ELF instead of a.out...Ralf S. Engelschall1999-03-061-1/+1
|
* Fix clearly untested "clever" hack.Ben Laurie1999-02-251-1/+1
|
* Don't hard-code path to Perl interpreter on shebang line of ConfigureRalf S. Engelschall1999-02-251-1/+6
| | | | script. Instead use the usual Shell->Perl transition trick.
* Fix more warnings.Ben Laurie1999-02-231-1/+1
|
* Fix a warning.Ben Laurie1999-02-201-1/+1
|
* Patch to Configure script. For some reason the BN_ASM part was truncated toDr. Stephen Henson1999-02-141-4/+6
| | | | | the first word which broke (at least) the Linux compile. Hopefully this wont break other platforms.
* Oops... add other changes this time too.Dr. Stephen Henson1999-02-131-0/+58
|
* Finally(?) fix DES stuff.Ben Laurie1999-02-131-0/+1
|
* Actually use BN when selected!Ben Laurie1999-02-121-2/+2
|
* Minor tweaks to keep Perl 5.001 happy.Ben Laurie1999-02-071-3/+4
|
* More Win32 fixes. The Configure script used to give *lots* of warnings aboutDr. Stephen Henson1999-02-011-4/+3
| | | | | use of undefined variables: kludge so they all get initialised. Also avoid use of POSIX module.
* Add CygWin32 platform information to Configure script.Ralf S. Engelschall1999-01-301-1/+4
| | | | Submitted by: Alan Batie <batie@aahz.jf.intel.com>
* Fix an error messageRalf S. Engelschall1998-12-301-1/+1
|
* Make Configure work again after eliminating files.Ben Laurie1998-12-281-7/+9
|
* Deal with generated files.Ben Laurie1998-12-281-1/+1
|