From 896f6647a524a2c1655be4b9a168853c3ff76763 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 9 Jun 2025 15:34:35 +0000 Subject: one DES_LONG hid in arch/sh/opensslconf.h --- src/lib/libcrypto/arch/sh/opensslconf.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h index 57e562d776..ee2111390a 100644 --- a/src/lib/libcrypto/arch/sh/opensslconf.h +++ b/src/lib/libcrypto/arch/sh/opensslconf.h @@ -22,14 +22,6 @@ #endif #endif -#if defined(HEADER_DES_H) && !defined(DES_LONG) -/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a - * %20 speed up (longs are 8 bytes, int's are 4). */ -#ifndef DES_LONG -#define DES_LONG unsigned int -#endif -#endif - #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) #define CONFIG_HEADER_BN_H #define BN_LLONG -- cgit v1.2.3-55-g6feb