Optimize #undef DES_UNROLL for size.
This commit is contained in:
@@ -91,7 +91,7 @@ const char *DES_options(void)
|
||||
#ifdef DES_UNROLL
|
||||
unroll="16";
|
||||
#else
|
||||
unroll="4";
|
||||
unroll="2";
|
||||
#endif
|
||||
if (sizeof(DES_LONG) != sizeof(long))
|
||||
size="int";
|
||||
|
||||
Reference in New Issue
Block a user