artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d244b
)
Include stdint.h for uintptr_t.
author
jsing
<jsing@openbsd.org>
Tue, 26 Mar 2024 05:46:13 +0000
(
05:46
+0000)
committer
jsing
<jsing@openbsd.org>
Tue, 26 Mar 2024 05:46:13 +0000
(
05:46
+0000)
lib/libcrypto/md5/md5.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/md5/md5.c
b/lib/libcrypto/md5/md5.c
index
cb1a9a3
..
ab53bf5
100644
(file)
--- a/
lib/libcrypto/md5/md5.c
+++ b/
lib/libcrypto/md5/md5.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: md5.c,v 1.
19 2024/03/26 05:21:35
jsing Exp $ */
+/* $OpenBSD: md5.c,v 1.
20 2024/03/26 05:46:13
jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-57,6
+57,7
@@
*/
#include <stdio.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>