- Dec 20, 2002
-
-
Richard Levitte authored
-
- Dec 19, 2002
-
-
Richard Levitte authored
and then didn't support it very well. And that when there already is a useful variable for exactly this kind of thing; EX_LIBS...
-
Richard Levitte authored
has been performed (and possibly changed), have it depend on Makefile.ssl.
-
Richard Levitte authored
-
Richard Levitte authored
Incidently, it now compiles so much better without _POSIX_C_SOURCE.
-
Richard Levitte authored
defined in DECC$TYPES.H. If _POSIX_C_SOURCE is defined, certain types do not get defined (u_char, u_int, ...). DECC.H gets included by assert.h and others. Now, in6.h uses the types u_char, u_int and so on, and gets included as part of other header inclusions, and will of course fail because of the missing types. On the other hand, _XOPEN_SOURCE_EXTENDED is needed to get gethostname() properly declared... Solution: define _XOPEN_SOURCE_EXTENDED much later, so DECC$TYPES.H has a chance to be included *first*, so the otherwise missing types get defined properly. Personal: *mumble* *mumble*
-
Richard Levitte authored
${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo.
-
Richard Levitte authored
${prefix}/lib/pkgconfig, not ${prefix}/lib/pkginfo.
-
- Dec 18, 2002
-
-
Richard Levitte authored
-
Andy Polyakov authored
Linux for example doesn't exhibit this behaviour, but I add "exit 0" to all potentially affected rules, just to be on the safe side.
-
- Dec 17, 2002
-
-
Richard Levitte authored
-
Richard Levitte authored
The tag will be OpenSSL_0_9_7-beta6.
-
Richard Levitte authored
-
Andy Polyakov authored
-
- Dec 16, 2002
-
-
Andy Polyakov authored
options specified with -Wl in the beginnig of the ld command line which kind of obsoletes the idea as it's -z defaultextract that will be closest to lib*.a and not -z allextract:-(
-
Andy Polyakov authored
-
Richard Levitte authored
PR: 373
-
- Dec 15, 2002
-
-
Geoff Thorpe authored
should cooperate with older environments. This replaces them with "I<..>" tags.
-
Geoff Thorpe authored
warnings. Reported by: Bernhard Simon.
-
Andy Polyakov authored
-
Andy Polyakov authored
uses WorkShop C. It's gcc driver that brings copy of libgcc.a into .so otherwise. In case you wonder what it's -Wl,-z... and not just -z. Problem is that gcc driver apparently omits all -z options but -z text. Don't ask me why. I'm not committing corresponding workaround into the HEAD as Makefile.shared reportedly needs even more work...
-
Andy Polyakov authored
is not expanded if prepended with a $-sign.
-
Richard Levitte authored
insensitive file names, as well as those that do not have symlinks. Incidently, both these cases apply on DOS/Windows...
-
Richard Levitte authored
- define a HERE variable to indicate where the source tree is (not used 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.
-
Richard Levitte authored
-
Andy Polyakov authored
-
- Dec 14, 2002
-
-
Andy Polyakov authored
the one to be used to denote local labels in single function scope. Problem is that SHA uses same label set across functions, therefore I have to switch back to $ prefix.
-
Andy Polyakov authored
-
Andy Polyakov authored
-
cvs2svn authored
'OpenSSL_0_9_7-stable'.
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Dec 13, 2002
-
-
Geoff Thorpe authored
warnings. Reported by: Bernhard Simon.
-
Andy Polyakov authored
shared libraries shared.
-
Andy Polyakov authored
shared libraries shared.
-
Richard Levitte authored
callbacks
-
Richard Levitte authored
callbacks
-
- Dec 12, 2002
-
-
Richard Levitte authored
BIO_s_bio.pod. The most logical is to move everything needed from BIO_new_bio_pair.pod to BIO_s_bio.pod (including the nice example) and toss BIO_new_bio_pair.pod. I hope I got all the info over properly. PR: 370
-
Richard Levitte authored
BIO_s_bio.pod. The most logical is to move everything needed from BIO_new_bio_pair.pod to BIO_s_bio.pod (including the nice example) and toss BIO_new_bio_pair.pod. I hope I got all the info over properly. PR: 370
-