summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des
diff options
context:
space:
mode:
authorjsing <>2025-04-23 10:09:08 +0000
committerjsing <>2025-04-23 10:09:08 +0000
commit76042689458cff8aca93ae05da8cfdca7689002f (patch)
treed1c2ceba5dcba84401a9f27175cd75d24ed0522c /src/lib/libcrypto/des
parent8ac56e1b38d1b0ee5e23bdd0bbc49c1ac677eb8c (diff)
downloadopenbsd-76042689458cff8aca93ae05da8cfdca7689002f.tar.gz
openbsd-76042689458cff8aca93ae05da8cfdca7689002f.tar.bz2
openbsd-76042689458cff8aca93ae05da8cfdca7689002f.zip
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!)
Diffstat (limited to 'src/lib/libcrypto/des')
-rw-r--r--src/lib/libcrypto/des/des_local.h6
1 files changed, 1 insertions, 5 deletions
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 @@
1/* $OpenBSD: des_local.h,v 1.5 2024/08/31 16:22:18 jsing Exp $ */ 1/* $OpenBSD: des_local.h,v 1.6 2025/04/23 10:08:20 jsing Exp $ */
2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -217,10 +217,6 @@ ROTATE(uint32_t a, uint32_t n)
217 217
218extern const DES_LONG DES_SPtrans[8][64]; 218extern const DES_LONG DES_SPtrans[8][64];
219 219
220#ifdef OPENSSL_SMALL_FOOTPRINT
221#undef DES_UNROLL
222#endif
223
224__END_HIDDEN_DECLS 220__END_HIDDEN_DECLS
225 221
226#endif 222#endif