From: Nikos Mavrogiannopoulos Date: Tue, 12 Apr 2016 14:04:24 +0000 (+0200) Subject: gnutls_x509_privkey_verify_seed: corrected typo that made the function always return... X-Git-Tag: gnutls_3_5_0~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eb5b59d45924950f32c73018c820ee7d858df20;p=thirdparty%2Fgnutls.git gnutls_x509_privkey_verify_seed: corrected typo that made the function always return true --- diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c index c3e4779114..b36a140c29 100644 --- a/lib/x509/privkey.c +++ b/lib/x509/privkey.c @@ -1882,8 +1882,6 @@ int gnutls_x509_privkey_verify_seed(gnutls_x509_privkey_t key, gnutls_digest_alg else ret = cmp_dsa_key(key, okey); - ret = 0; - cleanup: gnutls_x509_privkey_deinit(okey);