From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752927AbbJOSfg (ORCPT ); Thu, 15 Oct 2015 14:35:36 -0400 Received: from mail-lf0-f46.google.com ([209.85.215.46]:33559 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752613AbbJOSfe (ORCPT ); Thu, 15 Oct 2015 14:35:34 -0400 From: LABBE Corentin To: clabbe.montjoie@gmail.com, herbert@gondor.apana.org.au, tadeusz.struk@intel.com Cc: linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] lib/mpi: clean unused SHA1_DIGEST_LENGTH Date: Thu, 15 Oct 2015 20:34:53 +0200 Message-Id: <1444934124-3883-1-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.4.9 In-Reply-To: <1444849860-16334-1-git-send-email-clabbe.montjoie@gmail.com> References: <1444849860-16334-1-git-send-email-clabbe.montjoie@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The define SHA1_DIGEST_LENGTH is not used anywhere, so remove it. Signed-off-by: LABBE Corentin --- include/linux/mpi.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/linux/mpi.h b/include/linux/mpi.h index 641b7d6..a792b38 100644 --- a/include/linux/mpi.h +++ b/include/linux/mpi.h @@ -32,12 +32,6 @@ #include -/* DSI defines */ - -#define SHA1_DIGEST_LENGTH 20 - -/*end of DSI defines */ - #define BYTES_PER_MPI_LIMB (BITS_PER_LONG / 8) #define BITS_PER_MPI_LIMB BITS_PER_LONG -- 2.4.9