Public bug reported:

The libssl as provided by libssl1.0.0_1.0.0e-2ubuntu4_amd64.deb is lacking the 
symbol: `ssl_verify_cert_chain'.
Software depending on that symbol cannot be built.

1) 11.10
2) 1.0.0e-2ubuntu4

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'

** Affects: openssl (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/891512

Title:
  symbol missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/891512/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to