summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2023-08-10 13:59:31 +0000
committerjsing <>2023-08-10 13:59:31 +0000
commit046dc18cb301237e4c9cac81142a89b9d7e9fb38 (patch)
tree8f31eb253a48f9d76962716380fe0f48c87919a4
parent324c91260e3a226d05870831fe690b0a591711e6 (diff)
downloadopenbsd-046dc18cb301237e4c9cac81142a89b9d7e9fb38.tar.gz
openbsd-046dc18cb301237e4c9cac81142a89b9d7e9fb38.tar.bz2
openbsd-046dc18cb301237e4c9cac81142a89b9d7e9fb38.zip
Remove MD32_XARRAY remnants.
-rw-r--r--src/lib/libcrypto/md5/md5.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/md5/md5.c b/src/lib/libcrypto/md5/md5.c
index 89adab40a5..7472cb625b 100644
--- a/src/lib/libcrypto/md5/md5.c
+++ b/src/lib/libcrypto/md5/md5.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: md5.c,v 1.10 2023/08/10 13:58:34 jsing Exp $ */ 1/* $OpenBSD: md5.c,v 1.11 2023/08/10 13:59:31 jsing 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 *
@@ -140,9 +140,6 @@ __END_HIDDEN_DECLS
140 */ 140 */
141 141
142#ifndef md5_block_data_order 142#ifndef md5_block_data_order
143#ifdef X
144#undef X
145#endif
146void 143void
147md5_block_data_order(MD5_CTX *c, const void *data_, size_t num) 144md5_block_data_order(MD5_CTX *c, const void *data_, size_t num)
148{ 145{