Your message dated Thu, 5 Jan 2012 18:07:47 +0100
with message-id <[email protected]>
and subject line Re: [Pkg-openssl-devel] Processed: reassign 653235 to 
libssl1.0.0
has caused the Debian Bug report #653235,
regarding libssl-1.0.0: missing symbol ssl_verify_cert_chain
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
653235: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653235
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libssl-1.0.0
Version: 1.0.0e-3
Severity: Serious
Justification: Breaks compilation of other packages

The libssl as provided by version 1.0.0e-3 is lacking the symbol:
`ssl_verify_cert_chain'.
Software depending on that symbol cannot be built.

Steps to reproduce:
cat <<EOF | gcc -x c - -lssl
#include <openssl/ssl.h>
int
main()
{
 void *s = 0;
 void *sk = 0;
 return ssl_verify_cert_chain(s, sk) <= 0 ? 1 : 0;
}
EOF

Yields:
test.c:(.text+0x2c): undefined reference to `ssl_verify_cert_chain'

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
> The libssl as provided by version 1.0.0e-3 is lacking the symbol:
> `ssl_verify_cert_chain'.
> Software depending on that symbol cannot be built.

ssl_verify_cert_chain is not and never was a public symbol,
it's in the "ssl_locl.h" file, which contains internal
functions.

Fix the software instead.


Kurt



--- End Message ---

Reply via email to