summaryrefslogtreecommitdiff
path: root/libnm-core/nm-core-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-core-internal.h')
-rw-r--r--libnm-core/nm-core-internal.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/libnm-core/nm-core-internal.h b/libnm-core/nm-core-internal.h
index 168ae9978e..6e2a5b5e95 100644
--- a/libnm-core/nm-core-internal.h
+++ b/libnm-core/nm-core-internal.h
@@ -765,13 +765,9 @@ gboolean _nm_connection_find_secret (NMConnection *self,
#define nm_auto_unref_wgpeer nm_auto(_nm_auto_unref_wgpeer)
NM_AUTO_DEFINE_FCN_VOID0 (NMWireGuardPeer *, _nm_auto_unref_wgpeer, nm_wireguard_peer_unref)
-gboolean _nm_utils_wireguard_decode_key (const char *base64_key,
- gsize required_key_len,
- guint8 *out_key);
-
-gboolean _nm_utils_wireguard_normalize_key (const char *base64_key,
- gsize required_key_len,
- char **out_base64_key_norm);
+gboolean nm_utils_base64secret_normalize (const char *base64_key,
+ gsize required_key_len,
+ char **out_base64_key_norm);
/*****************************************************************************/