summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-13 10:18:58 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-13 10:18:58 +0200
commitcc46c984fdc00ee6ef078ca779f92ca49b28a336 (patch)
treea250b3a05bfda20e0a0f954c1ca336750f635881
parent05c43641bbbe769a8dbf0cef49f0908d7f71f108 (diff)
downloadgnutls-cc46c984fdc00ee6ef078ca779f92ca49b28a336.tar.gz
Typo.
-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 0976fe3ddf..eeb6f5880d 100644
--- a/lib/gnutls_psk_netconf.c
+++ b/lib/gnutls_psk_netconf.c
@@ -47,7 +47,7 @@ int
gnutls_psk_netconf_derive_key (const char *password,
const char *psk_identity,
const char *psk_identity_hint,
- gnutls_datum *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);