diff options
Diffstat (limited to 'src')
| -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 | { |
