From: Simon Josefsson Date: Sun, 13 Apr 2008 08:18:58 +0000 (+0200) Subject: Typo. X-Git-Tag: gnutls_2_3_4_netconf_0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc46c984fdc00ee6ef078ca779f92ca49b28a336;p=thirdparty%2Fgnutls.git Typo. --- 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);