diff options
author | jsing <> | 2023-08-10 13:59:31 +0000 |
---|---|---|
committer | jsing <> | 2023-08-10 13:59:31 +0000 |
commit | 046dc18cb301237e4c9cac81142a89b9d7e9fb38 (patch) | |
tree | 8f31eb253a48f9d76962716380fe0f48c87919a4 | |
parent | 324c91260e3a226d05870831fe690b0a591711e6 (diff) | |
download | openbsd-046dc18cb301237e4c9cac81142a89b9d7e9fb38.tar.gz openbsd-046dc18cb301237e4c9cac81142a89b9d7e9fb38.tar.bz2 openbsd-046dc18cb301237e4c9cac81142a89b9d7e9fb38.zip |
Remove MD32_XARRAY remnants.
-rw-r--r-- | src/lib/libcrypto/md5/md5.c | 5 |
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 | ||
146 | void | 143 | void |
147 | md5_block_data_order(MD5_CTX *c, const void *data_, size_t num) | 144 | md5_block_data_order(MD5_CTX *c, const void *data_, size_t num) |
148 | { | 145 | { |