Files
libreoffice/openssl
Tor Lillqvist 54885512f2 Pass no-dso to the OpenSSL configury
No idea why OpenSSL would need to load dynamic libraries. Avoid linking error
on Linux when linking OpenSSL-using stuff (at least libpostgresql-sdbc-impl)
as we don't use -ldl when linking it. Sure, we could instead add -ldl to the
libraries used by libpostgresql-sdbc-impl I guess, but let's see first if this
works.

Change-Id: Ia4e5c6b8b08c127f378e1578de93c1fd5b213016
2013-09-03 22:01:27 +03:00
..

Open Source toolkit implementing SSL and TLS.

From [http://www.openssl.org/].

SSL = Secure Sockets Layer (SSL v2/v3) protocol.
TLS = Transport Layer Security (TLS v1) protocol.