Skip to content

Commit 7218171

Browse files
committed
Sync DES_UNROLL removal from opensslconf.h
Change-Id: I6a6a6964d015e92505a3a24785cdc3ea2535ad5e
1 parent 21026f5 commit 7218171

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

include/arch/loongarch64/opensslconf.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,3 @@
2121
#define RC4_CHUNK unsigned long
2222
#endif
2323
#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 */

include/arch/mips/opensslconf.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,3 @@
2121
#undef RC4_CHUNK
2222
#endif
2323
#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 */

0 commit comments

Comments
 (0)