Timestamp:
May 16, 2015, 2:22:14 PM (8 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, proxy-ticket, upstream
Children:
b27cce7
Parents:
7813802
Message:

Check if available GnuTLS library supports SRP

SRP is enabled by default. Fedora (and possibly other distributions)
ships GnuTLS without SRP support, and the module fails to load with
"undefined symbol: gnutls_srp_server_get_username" if the user does not
manually disable it ("./configure --disable-srp"). This commit adds a
check that automatically disables SRP if gnutls_srp_server_get_username
is not available.

(No files)

Note: See TracChangeset for help on using the changeset viewer.