From: Martin Westergaard Date: Sat, 30 Oct 2010 15:50:43 +0000 (+0200) Subject: merged RTI2 and distrrtgen_linux branch X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2fc61ff60954ebd5d560acfe3dc9653064ce40b5;hp=-c;p=freerainbowtables merged RTI2 and distrrtgen_linux branch --- 2fc61ff60954ebd5d560acfe3dc9653064ce40b5 diff --combined BOINC software/BOINC client apps/distrrtgen/distrrtgen.vcxproj index d45c6d1,96f76e4..0fb305c --- a/BOINC software/BOINC client apps/distrrtgen/distrrtgen.vcxproj +++ b/BOINC software/BOINC client apps/distrrtgen/distrrtgen.vcxproj @@@ -1,4 -1,4 +1,4 @@@ -- ++ @@@ -89,8 -89,8 +89,8 @@@ Disabled - /boinc/lib;/boinc/api;/boinc/zip;/boinc/client/win;/boinc/;../../rt api;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_MT;_CONSOLE;%(PreprocessorDefinitions) + ../../../common/rt api;%(AdditionalIncludeDirectories) + BOINC;WIN32;_DEBUG;_MT;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebug @@@ -114,11 -114,11 +114,11 @@@ true Speed true - C:\Users\mwj\Desktop\frt\rti2\Common\rt api;%(AdditionalIncludeDirectories) + ..\..\..\Common\rt api;%(AdditionalIncludeDirectories) BOINC;WIN32;NDEBUG;_MT;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded true - StreamingSIMDExtensions2 + StreamingSIMDExtensions Level3 @@@ -213,7 -213,6 +213,7 @@@ + diff --combined Common/rt api/des_enc.c index 75c2de5,8364c74..f2c99b7 --- a/Common/rt api/des_enc.c +++ b/Common/rt api/des_enc.c @@@ -60,11 -60,9 +60,11 @@@ */ #include "des_locl.h" - #include "spr.h" + //#include "spr.h" extern const DES_LONG des_SPtrans[8][64]; + + void des_encrypt1(DES_LONG *data, des_key_schedule ks, int enc) { register DES_LONG l,r,t,u;