diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-06 12:31:49 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-07 08:58:53 (GMT) |
commit | 846f47d0fa98942e6df22cd7b6dbf594aaf116f5 (patch) | |
tree | f2459b5ac9762e4d940ce8d8ef24199114191e5b /tests | |
parent | 03b29811a3a6eb34421c476d829075505aa42ada (diff) | |
download | Qt-846f47d0fa98942e6df22cd7b6dbf594aaf116f5.zip Qt-846f47d0fa98942e6df22cd7b6dbf594aaf116f5.tar.gz Qt-846f47d0fa98942e6df22cd7b6dbf594aaf116f5.tar.bz2 |
Fix OpenSSL dynamic loading on OpenBSD.
OpenBSD's OpenSSL libraries are linked in a bizarre way: libssl.so
doesn't link to libcrypto.so, even though it depends on it. I don't
claim to understand why, but they do it. So make sure we export its
symbols for libssl to see and we load libcrypto first.
Task-number: 252042
Patch by: Marc Espie <espie@openbsd.org>
Reviewed-by: Peter Hartmann
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions