File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 21
21
#define RC4_CHUNK unsigned long
22
22
#endif
23
23
#endif
24
-
25
- #if defined(HEADER_DES_LOCL_H ) && !defined(CONFIG_HEADER_DES_LOCL_H )
26
- #define CONFIG_HEADER_DES_LOCL_H
27
- #ifndef DES_DEFAULT_OPTIONS
28
- /* Unroll the inner loop, this sometimes helps, sometimes hinders.
29
- * Very much CPU dependent */
30
- #ifndef DES_UNROLL
31
- #define DES_UNROLL
32
- #endif
33
-
34
- #endif /* DES_DEFAULT_OPTIONS */
35
- #endif /* HEADER_DES_LOCL_H */
Original file line number Diff line number Diff line change 21
21
#undef RC4_CHUNK
22
22
#endif
23
23
#endif
24
-
25
- #if defined(HEADER_DES_LOCL_H ) && !defined(CONFIG_HEADER_DES_LOCL_H )
26
- #define CONFIG_HEADER_DES_LOCL_H
27
- #ifndef DES_DEFAULT_OPTIONS
28
- /* Unroll the inner loop, this sometimes helps, sometimes hinders.
29
- * Very much CPU dependent */
30
- #ifndef DES_UNROLL
31
- #define DES_UNROLL
32
- #endif
33
-
34
- #endif /* DES_DEFAULT_OPTIONS */
35
- #endif /* HEADER_DES_LOCL_H */
You can’t perform that action at this time.
0 commit comments