From: Nikos Mavrogiannopoulos Date: Thu, 22 Mar 2012 21:33:15 +0000 (+0100) Subject: corrected probing of cryptodev digests. X-Git-Tag: gnutls_3_0_18~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a82fe02798315cb5bd53c4f128c3cb1dcd5e2c91;p=thirdparty%2Fgnutls.git corrected probing of cryptodev digests. --- diff --git a/lib/accelerated/cryptodev.c b/lib/accelerated/cryptodev.c index 7d1eacc2f8..8a239d3ea6 100644 --- a/lib/accelerated/cryptodev.c +++ b/lib/accelerated/cryptodev.c @@ -427,8 +427,8 @@ register_mac_digest (int cfd) continue; sess.mac = gnutls_mac_map[i]; - sess.keylen = 8; - sess.key = fake_key; + sess.mackeylen = 8; + sess.mackey = fake_key; if (ioctl (cfd, CIOCGSESSION, &sess)) {