summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsg <>2026-05-08 05:15:20 +0000
committerjsg <>2026-05-08 05:15:20 +0000
commit4461e1044c1f5d62e73b506069783fec8c68da0b (patch)
treeae8910f8ce81958ab900e09fdbf4e09448ae7b62 /src/lib
parent4d89211bb686f07883f3ef617d15c1b624b89be3 (diff)
downloadopenbsd-4461e1044c1f5d62e73b506069783fec8c68da0b.tar.gz
openbsd-4461e1044c1f5d62e73b506069783fec8c68da0b.tar.bz2
openbsd-4461e1044c1f5d62e73b506069783fec8c68da0b.zip
remove bogus ifdefs; ok tb@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/ripemd/ripemd.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/ripemd/ripemd.h b/src/lib/libcrypto/ripemd/ripemd.h
index c7b1bd79b9..7866626ffc 100644
--- a/src/lib/libcrypto/ripemd/ripemd.h
+++ b/src/lib/libcrypto/ripemd/ripemd.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ripemd.h,v 1.20 2025/01/25 17:59:44 tb Exp $ */ 1/* $OpenBSD: ripemd.h,v 1.21 2026/05/08 05:15:20 jsg Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -71,14 +71,7 @@
71extern "C" { 71extern "C" {
72#endif 72#endif
73 73
74#if defined(__LP32__)
75#define RIPEMD160_LONG unsigned long
76#elif defined(__ILP64__)
77#define RIPEMD160_LONG unsigned long
78#define RIPEMD160_LONG_LOG2 3
79#else
80#define RIPEMD160_LONG unsigned int 74#define RIPEMD160_LONG unsigned int
81#endif
82 75
83#define RIPEMD160_CBLOCK 64 76#define RIPEMD160_CBLOCK 64
84#define RIPEMD160_LBLOCK (RIPEMD160_CBLOCK/4) 77#define RIPEMD160_LBLOCK (RIPEMD160_CBLOCK/4)