diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-04-12 21:59:46 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-04-12 21:59:46 +0200 |
commit | 62a4732f372ebb528eb716e34543d4290f2a40ac (patch) | |
tree | 916bc9785d576712afbd4763a5ca2f1584f897b3 /lib | |
parent | f3af5f7cc2827453d5b2be7f4cfdfeec51f1aeec (diff) | |
download | gnutls-62a4732f372ebb528eb716e34543d4290f2a40ac.tar.gz |
Typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gnutls_psk_netconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_psk_netconf.c b/lib/gnutls_psk_netconf.c index 8e77806d87..0976fe3ddf 100644 --- a/lib/gnutls_psk_netconf.c +++ b/lib/gnutls_psk_netconf.c @@ -118,7 +118,7 @@ gnutls_psk_netconf_derive_key (const char *password, if (rc) { gnutls_assert (); - gnutls_hash_deinit (&dig, NULL); + _gnutls_hash_deinit (&dig, NULL); return rc; } |