- Mar 28, 2001
-
-
Ulf Möller authored
-
Ulf Möller authored
-
- Mar 27, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
Reports seem to show that asm/mips3.s has faults. To be investigated, but let's avoid using it in the mean time
-
- Mar 26, 2001
-
-
Richard Levitte authored
variables and disable the Alpha assembler for now, since it has been shown to fail. The Alpha failure can be shown by adding the following numbers: FFFFFFFFFFFFFF0000FF2E00000000EBFFFFFF0000D1 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46FFE0FFFF0000 The result is: 1FFFFFFFFFFFEFF0000FF2E0000000032FFE0FEFF00D1 The result should really be: 1FFFFFFFFFFFFFF0000FF2E0000000032FFE0FEFF00D1
-
- Mar 24, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
ln on Solaris expects -f to come before -s. The linux-shared method is actually gcc-specific, so call it gnu-shared as well. When using the native tools on Solaris, make damn sure the native ld is used, even if the user has GNU ld earlier in his $PATH.
-
Richard Levitte authored
gcc uses collect2, not ld, to link things. Therefore, when using gcc there's no need fooling ourselves, it's the gnu-shared method that we should use. Do it for Solaris to begin with.
-
Richard Levitte authored
main trunk.
-
- Mar 22, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
Oops... fix PKCS#7 bug properly this time.
-
Lutz Jänicke authored
for HP-UX shl_* (32bit dynamic loading) interface.
-
Bodo Möller authored
-
Bodo Möller authored
Submitted by: "Hellan,Kim KHE" <KHE@kmd.dk>
-
Bodo Möller authored
Submitted by: "Hellan,Kim KHE" <KHE@kmd.dk>
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
that we can combine the CHANGES files later on.
-
Richard Levitte authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
encoding is used inside definite length encoding.
-
Bodo Möller authored
the trunk to keep diffs small.
-
Bodo Möller authored
-
Bodo Möller authored
-
- Mar 21, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
avoid linking problems when OpenSSL is built with no-dsa. Spotted by Hellan,Kim KHE <khe@kmd.dk>
-
Richard Levitte authored
New cofiguration for Unixwre and SCO,with slightly better granularity. Contributed by Tim Rice <tim@multitalents.net>
-
- Mar 18, 2001
-
-
Dr. Stephen Henson authored
-
- Mar 16, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
Correct a typo which might have lead to a dump. Noted by Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
-
Richard Levitte authored
Throw out *all* absolute pathnames, not matter what they look like. The filenames we are interested in for Makefile dependencies are always relative.
-
- Mar 15, 2001
-
-
Richard Levitte authored
-
Richard Levitte authored
seems like some Unixen (SCO) have opinions about too many -L.
-