Re: [openssl.org #71] [Fwd: Bug#141360: libssl-dev: gcc warning:redundant declaration of ERR_load_PEM_strings()]

2002-06-05 Thread Rich Salz
However, double declaration isn't an error, at least if the declarations are exactly the same. Until someone comes up with a better solution to break the circular dependency mentioned above, I don't see that this really needs to get fixed. I'll add the keyword nice to have to this

Re: [openssl.org #71] [Fwd: Bug#141360: libssl-dev: gcc warning:redundant declaration of ERR_load_PEM_strings()]

2002-06-05 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 05 Jun 2002 09:32:44 -0400, Rich Salz [EMAIL PROTECTED] said: rsalz However, double declaration isn't an error, at least if the rsalz declarations are exactly the same. Until someone comes up with a rsalz better solution to break the circular