Sync DES_UNROLL removal from opensslconf.h

Change-Id: I6a6a6964d015e92505a3a24785cdc3ea2535ad5e
This commit is contained in:
Theo Buehler
2025-07-27 15:29:05 +02:00
parent 21026f5e2b
commit 7218171381
2 changed files with 0 additions and 24 deletions

View File

@@ -21,15 +21,3 @@
#define RC4_CHUNK unsigned long
#endif
#endif
#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
#define CONFIG_HEADER_DES_LOCL_H
#ifndef DES_DEFAULT_OPTIONS
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
* Very much CPU dependent */
#ifndef DES_UNROLL
#define DES_UNROLL
#endif
#endif /* DES_DEFAULT_OPTIONS */
#endif /* HEADER_DES_LOCL_H */

View File

@@ -21,15 +21,3 @@
#undef RC4_CHUNK
#endif
#endif
#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
#define CONFIG_HEADER_DES_LOCL_H
#ifndef DES_DEFAULT_OPTIONS
/* Unroll the inner loop, this sometimes helps, sometimes hinders.
* Very much CPU dependent */
#ifndef DES_UNROLL
#define DES_UNROLL
#endif
#endif /* DES_DEFAULT_OPTIONS */
#endif /* HEADER_DES_LOCL_H */