Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-03-25 03:21:18 +0300
committerIan Lance Taylor <iant@google.com>2008-03-25 03:21:18 +0300
commitc01f99ec8795473aa98f03669bc0dea94450a8a1 (patch)
tree875910f3b4356b067fd9cbca2ef248b57de9f3de /include/md5.h
parentf45a8323151de5c5907b7468fc22b62981815ccb (diff)
Bring patch correction over from gcc repository.
Diffstat (limited to 'include/md5.h')
-rw-r--r--include/md5.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/md5.h b/include/md5.h
index c8602ee14..b3ff4e145 100644
--- a/include/md5.h
+++ b/include/md5.h
@@ -21,10 +21,6 @@
#ifndef _MD5_H
#define _MD5_H 1
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <stdio.h>
#if defined HAVE_LIMITS_H || _LIBC
@@ -76,6 +72,10 @@ typedef uintptr_t md5_uintptr;
typedef unsigned long int md5_uintptr;
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* Structure to save state of computation between the single steps. */
struct md5_ctx
{