summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/md4/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/md4/md4.c b/src/lib/crypto/md4/md4.c
index 8e39792f4..b3df062ab 100644
--- a/src/lib/crypto/md4/md4.c
+++ b/src/lib/crypto/md4/md4.c
@@ -45,7 +45,7 @@ static char rcsid_md4_c[] = "$Id$";
#include <krb5/rsa-md4.h>
/* forward declaration */
-#ifdef __STDC__
+#if defined(__STDC__) || defined(KRB5_PROVIDE_PROTOTYPES)
static void Transform (UINT4 *, UINT4 *);
#else
static void Transform ();