On Sat, Jun 15, 2002 at 01:01:08AM +0200, Richard Levitte - VMS Whacker wrote:
> In message <[EMAIL PROTECTED]> on Fri, 14 Jun 2002
>20:59:59 +0200 (MET DST), [EMAIL PROTECTED] said:
>
> jaenicke> diff -u -r1.7.8.1 -r1.7.8.2
> jaenicke> --- c_all.c 2002/02/23 02:09:25 1.7.8.1
> jaenicke> +++ c_all.c 2002/06/14 18:59:53 1.7.8.2
> jaenicke> @@ -61,6 +61,7 @@
> jaenicke> #include <openssl/evp.h>
> jaenicke>
> jaenicke> #undef OpenSSL_add_all_algorithms
> jaenicke> +void OpenSSL_add_all_algorithms(void);
> jaenicke>
> jaenicke> void OpenSSL_add_all_algorithms(void)
> jaenicke> {
>
> Please explain why you need to declare that function just before you
> define it. I can't see how that makes sense...
This was done by Goetz's patch. I have also seen gcc complain about functions
without prototype just when they where defined.
However: the real background is, that OpenSSL_add_all_algorithms is now
redirected by macros and is no longer used at all. I have thus completely
disabled it.
Best regards,
Lutz
--
Lutz Jaenicke [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]