From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753966AbbJNTNY (ORCPT ); Wed, 14 Oct 2015 15:13:24 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:34711 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753527AbbJNTNX (ORCPT ); Wed, 14 Oct 2015 15:13:23 -0400 From: LABBE Corentin To: clabbe.montjoie@gmail.com, herbert@gondor.apana.org.au, tadeusz.struk@intel.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH] lib/mpi: clean unused SHA1_DIGEST_LENGTH Date: Wed, 14 Oct 2015 21:12:29 +0200 Message-Id: <1444849965-16646-1-git-send-email-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.4.9 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