crypto: only use gnutls crypto API, remove libgcrypt dependency (bgo #730294)

System Internals / NetworkManager - Jiří Klimeš [redhat.com] - 1 April 2015 06:23 UTC

We don't need libgcrypt, because gnutls provides an API for encryption and hashing. (Anyway gnutls itself now uses nettle instead of libgcrypt).

https://bugzilla.gnome.org/show_bug.cgi?id=730294

b6f5f03 crypto: only use gnutls crypto API, remove libgcrypt dependency (bgo #730294)
configure.ac | 17 ++----
libnm-core/Makefile.am | 4 +-
libnm-core/crypto_gnutls.c | 105 +++++++++++++-------------------
libnm-util/Makefile.am | 6 +-
libnm-util/crypto_gnutls.c | 142 +++++++++++++++++++-------------------------
5 files changed, 112 insertions(+), 162 deletions(-)

Upstream: cgit.freedesktop.org


  • Share