Re: Shared library version numbers [Was: LSB inclusion of OpenSSL]

2005-10-29 Thread Kurt Roeckx
On Sat, Oct 29, 2005 at 03:12:24AM +0100, [EMAIL PROTECTED] wrote: Hi, Then when the dynamic linker looks for a symbol, it looks at it by name. It will go over all objects to see if it exists in it. It will use the symbol from the first library it finds it in. This means,

fragmented DTLS handshake packets

2005-10-29 Thread Kurt Roeckx
Hi, Mikael Magnusson found a problem in the handling of fragmented DTLS handshake packets and has provided a patch for it. See http://bugs.debian.org/335703 for more information and the patch. Kurt __ OpenSSL Project

Re: Shared library version numbers [Was: LSB inclusion of OpenSSL]

2005-10-29 Thread Stefan . Neis
Hi, If you simply use the -Bsymbolic flag when building libA, doesn't that solve the problem as well? And in a more portable way, since vrsioned symbols don't exist on many platforms? AFAIK, the idea of the flag is that the library doesn't automatically doesn't resolve its

Re: Shared library version numbers [Was: LSB inclusion of OpenSSL]

2005-10-29 Thread Kurt Roeckx
On Sat, Oct 29, 2005 at 02:45:51PM +0100, [EMAIL PROTECTED] wrote: Hi, If you simply use the -Bsymbolic flag when building libA, doesn't that solve the problem as well? And in a more portable way, since vrsioned symbols don't exist on many platforms? AFAIK, the idea of the