summaryrefslogtreecommitdiff
path: root/libnm-util/crypto.h
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2014-12-02 09:26:39 -0500
committerDan Winship <danw@redhat.com>2014-12-04 08:39:54 -0500
commit539fac8b675e6a9e5bbb5374e32e3d7615fcf0b7 (patch)
treecb058e016fd51031df0a527a493eb7ea64f8c605 /libnm-util/crypto.h
parent926f4e1473ca7ee4a5f786fcd20cce52afb7a955 (diff)
downloadNetworkManager-539fac8b675e6a9e5bbb5374e32e3d7615fcf0b7.tar.gz
libnm-util: Note that nm_utils_deinit() is a no-op
nm_utils_deinit() is a no-op, so don't suggest that people need to call it.
Diffstat (limited to 'libnm-util/crypto.h')
-rw-r--r--libnm-util/crypto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libnm-util/crypto.h b/libnm-util/crypto.h
index edb79007f1..315d8fec83 100644
--- a/libnm-util/crypto.h
+++ b/libnm-util/crypto.h
@@ -70,8 +70,6 @@ GQuark _nm_crypto_error_quark (void);
gboolean crypto_init (GError **error);
-void crypto_deinit (void);
-
GByteArray *crypto_decrypt_private_key_data (const GByteArray *contents,
const char *password,
NMCryptoKeyType *out_key_type,