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.
This commit is contained in:
Dan Winship
2014-12-03 08:23:44 -05:00
parent ef3de46c43
commit d91bcc4960
5 changed files with 20 additions and 120 deletions

View File

@@ -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;