From aeaa6a9b459bb8b41798c9292fd26bbb0d7920a2 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 27 Oct 2008 00:02:22 +0000 Subject: [PATCH] remove unused local DH_EXPONENT_ENTROPY definition --- src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c b/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c index 4d978f97c..b811026af 100644 --- a/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c +++ b/src/libstrongswan/plugins/gmp/gmp_diffie_hellman.c @@ -282,8 +282,6 @@ static u_int8_t group18_modulus[] = { 0x60,0xC9,0x80,0xDD,0x98,0xED,0xD3,0xDF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF, }; -#define DH_EXPONENT_ENTROPY 64 /* bytes = 512 bits */ - typedef struct modulus_entry_t modulus_entry_t; /**