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

Reply via email to