]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Make it build.
authorSimon Josefsson <simon@josefsson.org>
Sun, 20 Feb 2011 18:39:59 +0000 (19:39 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Feb 2011 17:48:14 +0000 (18:48 +0100)
lib/gnutls_sig.c

index fe42ebc313b057105f68bc763816c88bceaabf37..70d674238d999cbc63d9e05d092b301b22cefcd9 100644 (file)
@@ -274,7 +274,7 @@ sign_tls_hash (gnutls_session_t session, gnutls_digest_algorithm_t hash_algo,
    if (!_gnutls_version_has_selectable_sighash (ver))
     return _gnutls_privkey_sign_hash (pkey, hash_concat, signature);
   else
-    return gnutls_privkey_sign_hash2 (pkey, hash_algo, 0, hash_concat, signature);
+    return gnutls_privkey_sign_hash (pkey, hash_algo, 0, hash_concat, signature);
 }
 
 static int