artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff8b94
)
Remove MD32_XARRAY remnants.
author
jsing
<jsing@openbsd.org>
Thu, 10 Aug 2023 13:59:31 +0000
(13:59 +0000)
committer
jsing
<jsing@openbsd.org>
Thu, 10 Aug 2023 13:59:31 +0000
(13:59 +0000)
lib/libcrypto/md5/md5.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/md5/md5.c
b/lib/libcrypto/md5/md5.c
index
89adab4
..
7472cb6
100644
(file)
--- a/
lib/libcrypto/md5/md5.c
+++ b/
lib/libcrypto/md5/md5.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: md5.c,v 1.1
0 2023/08/10 13:58:34
jsing Exp $ */
+/* $OpenBSD: md5.c,v 1.1
1 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)
{