X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fdes.c;h=e2c7986092bcb89bf56788837d33280a5faabf79;hb=159eae9ff30acac95b6d397f053df8cd6fca62a3;hp=a17b0fad992b39995d51b7164c151f47a213fdf9;hpb=52815cfd648244505cd4af2a0106842ebbedc379;p=gnulib.git diff --git a/lib/des.c b/lib/des.c index a17b0fad9..e2c798609 100644 --- a/lib/des.c +++ b/lib/des.c @@ -318,10 +318,6 @@ static const unsigned char weak_keys[64][8] = { {0xfe, 0xfe, 0xe0, 0xe0, 0xfe, 0xfe, 0xf0, 0xf0}, {0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe} /*w */ }; -static const unsigned char weak_keys_chksum[20] = { - 0xD0, 0xCF, 0x07, 0x38, 0x93, 0x70, 0x8A, 0x83, 0x7D, 0xD7, - 0x8A, 0x36, 0x65, 0x29, 0x6C, 0x1F, 0x7C, 0x3F, 0xD3, 0x41 -}; bool gl_des_is_weak_key (const char * key)