|
Message-id: <075F8111-6103-435E-9AD3-168427978827@erols.com> Date: Sat, 21 Apr 2012 07:14:48 -0400 From: Erik Winkler <ewinkler@...ls.com> To: john-dev@...ts.openwall.com Subject: Re: JtR compilation warnings on OS X 10.7.3 with Xcode 4.3.2 I have been using the easy fix for a while now. I suggest that "-Wno-deprecated-declarations" be added to the MacOS targets, at least until there is a good reason to use the CommonCrypto API (like improved performance). Erik > After some searching I found two solutions to fix these warnings: > > Easy Fix: Add "-Wno-deprecated-declarations" compiler flag for macosx* targets > > Hard Fix: Use Apple's recommended CommonCrypto API instead of OpenSSL. > This option will involve addition of lot of ifdefs in the existing > code. > > -- > Cheers, > Dhiru
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.