|
Message-ID: <BLU0-SMTP38827DD89878E59EDA4024FFD2D0@phx.gbl> Date: Tue, 15 Jan 2013 23:50:32 +0100 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-dev@...ts.openwall.com Subject: old clang warning in mozilla_des.c clang correctly points out that inLen < 0 is alway false in mozilla_des.c line 833, because inLen is unsigned int. When I searched for users of DES_Encrypt(), I found none. Removing DES_Encrypt() from mozilla_des.c and mozilla_des.h still allows building john, with or without -DHAVE_NSS. DES_Decrypt, DES_DestroyContext and possibly other functions seem to be unused as well. Frank
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.