From 273e048d695a49faad75ca2ffa6e445353142be8 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 23 Apr 2025 10:09:08 +0000 Subject: Unifdef OPENSSL_SMALL_FOOTPRINT. We do not build with OPENSSL_SMALL_FOOTPRINT and it removes more untested code paths. Request by tb@ (and it was already on my TODO list!) --- src/lib/libcrypto/des/des_local.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto/des') diff --git a/src/lib/libcrypto/des/des_local.h b/src/lib/libcrypto/des/des_local.h index 61bfde7520..077c03139f 100644 --- a/src/lib/libcrypto/des/des_local.h +++ b/src/lib/libcrypto/des/des_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: des_local.h,v 1.5 2024/08/31 16:22:18 jsing Exp $ */ +/* $OpenBSD: des_local.h,v 1.6 2025/04/23 10:08:20 jsing Exp $ */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -217,10 +217,6 @@ ROTATE(uint32_t a, uint32_t n) extern const DES_LONG DES_SPtrans[8][64]; -#ifdef OPENSSL_SMALL_FOOTPRINT -#undef DES_UNROLL -#endif - __END_HIDDEN_DECLS #endif -- cgit v1.2.3-55-g6feb