diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-05 15:36:18 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-22 12:54:18 +0200 |
commit | 1b3ece44acaa25c149659a6878d2be807a282f02 (patch) | |
tree | 1e37ffe93e058d49634c9e62cde98be65d015150 /lib/gnutls.pc.in | |
parent | 60c32a7527ddf5e9889a2e6d25f530f0e25212f3 (diff) | |
download | gnutls-1b3ece44acaa25c149659a6878d2be807a282f02.tar.gz |
Removed support for compression mechanisms
They are not required for TLS 1.3, and are deprecated for TLS 1.2.
We eliminate them in order to reduce the complexity in the record
packet handling.
Resolves #212
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/gnutls.pc.in')
-rw-r--r-- | lib/gnutls.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in index f656d12c41..9f26852ccd 100644 --- a/lib/gnutls.pc.in +++ b/lib/gnutls.pc.in @@ -19,6 +19,6 @@ Description: Transport Security Layer implementation for the GNU system URL: http://www.gnutls.org/ Version: @VERSION@ Libs: -L${libdir} -lgnutls -Libs.private: @LIBZ_PC@ @LIBINTL@ @LIBSOCKET@ @LIBNSL@ @LIBPTHREAD@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LIBUNISTRING@ @LIBIDN2_LIBS@ +Libs.private: @LIBINTL@ @LIBSOCKET@ @LIBNSL@ @LIBPTHREAD@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @LIBUNISTRING@ @LIBIDN2_LIBS@ @GNUTLS_REQUIRES_PRIVATE@ Cflags: -I${includedir} |