summaryrefslogtreecommitdiff
path: root/lib/gnutls_psk.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_psk.c')
-rw-r--r--lib/gnutls_psk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_psk.c b/lib/gnutls_psk.c
index 1c3209aeb9..f629fa6f14 100644
--- a/lib/gnutls_psk.c
+++ b/lib/gnutls_psk.c
@@ -129,7 +129,7 @@ gnutls_psk_set_client_credentials (gnutls_psk_client_credentials_t res,
}
ret = gnutls_hex_decode (key, (char *) res->key.data, &size);
- res->key.size = (unsigned int)size;
+ res->key.size = (unsigned int) size;
if (ret < 0)
{
gnutls_assert ();