From: jsing Date: Thu, 10 Aug 2023 13:59:31 +0000 (+0000) Subject: Remove MD32_XARRAY remnants. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=48bada90808f2e190a8a1826eea578db7954feef;p=openbsd Remove MD32_XARRAY remnants. --- diff --git a/lib/libcrypto/md5/md5.c b/lib/libcrypto/md5/md5.c index 89adab40a58..7472cb625b0 100644 --- a/lib/libcrypto/md5/md5.c +++ b/lib/libcrypto/md5/md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.c,v 1.10 2023/08/10 13:58:34 jsing Exp $ */ +/* $OpenBSD: md5.c,v 1.11 2023/08/10 13:59:31 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -140,9 +140,6 @@ __END_HIDDEN_DECLS */ #ifndef md5_block_data_order -#ifdef X -#undef X -#endif void md5_block_data_order(MD5_CTX *c, const void *data_, size_t num) {