diff options
Diffstat (limited to 'libnm-util/crypto_gnutls.c')
-rw-r--r-- | libnm-util/crypto_gnutls.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libnm-util/crypto_gnutls.c b/libnm-util/crypto_gnutls.c index edfc16af1..0fee84c8e 100644 --- a/libnm-util/crypto_gnutls.c +++ b/libnm-util/crypto_gnutls.c @@ -57,8 +57,6 @@ crypto_init (GError **error) void crypto_deinit (void) { - if (initialized) - gnutls_global_deinit(); } gboolean |