summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorDan Winship <danw@redhat.com>2014-12-03 08:23:44 -0500
committerDan Winship <danw@redhat.com>2014-12-04 08:39:54 -0500
commitd91bcc4960d02cc8dba5341fb1ef2b85f2a377f6 (patch)
tree4abb0a9310b0a26ad240fd779ec6a5e25eb0355d /libnm
parentef3de46c432743e2449612369d13eee66b22cb89 (diff)
downloadNetworkManager-d91bcc4960d02cc8dba5341fb1ef2b85f2a377f6.tar.gz
libnm-core: drop nm_utils_rsa_key_encrypt(), _encrypt_aes()
In general, we shouldn't end up with an unencrypted copy of a certificate key anyway, so this function ought to be unnecessary (or at least, not broadly useful enough to be in the public API). nm-applet's GConf migration tool needs it, but that will eventually go away, and until then it can just use libnm-util.
Diffstat (limited to 'libnm')
-rw-r--r--libnm/libnm.ver2
1 files changed, 0 insertions, 2 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index ec29475dd1..58d886029d 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -788,8 +788,6 @@ global:
nm_utils_ipaddr_valid;
nm_utils_is_empty_ssid;
nm_utils_is_uuid;
- nm_utils_rsa_key_encrypt;
- nm_utils_rsa_key_encrypt_aes;
nm_utils_same_ssid;
nm_utils_security_type_get_type;
nm_utils_security_valid;