]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Typo.
authorSimon Josefsson <simon@josefsson.org>
Sun, 13 Apr 2008 08:18:58 +0000 (10:18 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sun, 13 Apr 2008 08:18:58 +0000 (10:18 +0200)
lib/gnutls_psk_netconf.c

index 0976fe3ddf21c21b7d8fa118b4e73f3b6e449637..eeb6f5880dba2fac7f2731a68622cf7bd4a7f5bf 100644 (file)
@@ -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);