From: Nikos Mavrogiannopoulos Date: Mon, 7 Feb 2011 21:47:12 +0000 (+0100) Subject: Removed unneeded initialization. X-Git-Tag: gnutls_2_99_0~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf962061e6584fbd0d4a11932477bae797b05a93;p=thirdparty%2Fgnutls.git Removed unneeded initialization. --- diff --git a/lib/nettle/cipher.c b/lib/nettle/cipher.c index 93c4e5213e..17c2fd7920 100644 --- a/lib/nettle/cipher.c +++ b/lib/nettle/cipher.c @@ -364,7 +364,6 @@ struct nettle_cipher_ctx *ctx = _ctx; return GNUTLS_E_INVALID_REQUEST; } - ctx->mode_ctx.gcm.gcm.data_size = ctx->mode_ctx.gcm.gcm.auth_size = 0; gcm_set_iv(&ctx->mode_ctx.gcm.gcm, GCM_DEFAULT_NONCE_SIZE, iv); break; #endif