cd39f46e3e
submitted by Antti Harri "sounds like you should import it" pvalchev@
20 lines
478 B
Plaintext
20 lines
478 B
Plaintext
$OpenBSD: patch-md5_md5_c,v 1.1.1.1 2008/06/20 06:03:43 ckuethe Exp $
|
|
--- md5/md5.c.orig Thu May 29 22:20:16 2008
|
|
+++ md5/md5.c Thu May 29 22:20:27 2008
|
|
@@ -38,6 +38,7 @@
|
|
1999-05-03 lpd Original version.
|
|
*/
|
|
|
|
+#include <string.h>
|
|
#include "md5.h"
|
|
|
|
#ifdef TEST
|
|
@@ -46,7 +47,6 @@
|
|
* The test program should print out the same values as given in section
|
|
* A.5 of RFC 1321, reproduced below.
|
|
*/
|
|
-#include <string.h>
|
|
main()
|
|
{
|
|
static const char *const test[7] = {
|