mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
308 B
Plaintext
15 lines
308 B
Plaintext
$NetBSD: patch-aa,v 1.1 2009/02/21 00:06:52 adrianp Exp $
|
|
|
|
--- md5.h.orig 2003-04-29 13:19:16.000000000 -0700
|
|
+++ md5.h
|
|
@@ -15,6 +15,9 @@
|
|
#define MD5Transform pra_MD5Transform
|
|
|
|
#include <sys/types.h>
|
|
+#ifndef u_int32_t
|
|
+#define u_int32_t uint32_t
|
|
+#endif
|
|
#define uint32 u_int32_t
|
|
|
|
struct MD5Context {
|