Optimize #undef DES_UNROLL for size.

This commit is contained in:
Andy Polyakov
2008-12-22 14:10:42 +00:00
parent 2140659b00
commit 9f03d0fc04
3 changed files with 6 additions and 16 deletions

View File

@@ -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";