summary refs log tree commit diff
path: root/libnm-util/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-util/crypto.h')
-rw-r--r--libnm-util/crypto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libnm-util/crypto.h b/libnm-util/crypto.h
index 1cbf61c1..315d8fec 100644
--- a/libnm-util/crypto.h
+++ b/libnm-util/crypto.h
@@ -18,7 +18,7 @@
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301 USA.
  *
- * (C) Copyright 2007 - 2014 Red Hat, Inc.
+ * Copyright 2007 - 2014 Red Hat, Inc.
  */
 
 #ifndef __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,