summaryrefslogtreecommitdiff
path: root/lib/gnutls_psk_netconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_psk_netconf.c')
-rw-r--r--lib/gnutls_psk_netconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_psk_netconf.c b/lib/gnutls_psk_netconf.c
index 5e1fcc6e1f..967a964279 100644
--- a/lib/gnutls_psk_netconf.c
+++ b/lib/gnutls_psk_netconf.c
@@ -49,7 +49,7 @@ int
gnutls_psk_netconf_derive_key (const char *password,
const char *psk_identity,
const char *psk_identity_hint,
- gnutls_datum_t *output_key)
+ gnutls_datum_t * output_key)
{
const char netconf_key_pad[] = "Key Pad for Netconf";
size_t sha1len = _gnutls_hash_get_algo_len (GNUTLS_DIG_SHA1);