OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* ada/acats/run_all.sh: Log start and end times.
[pf3gnuchains/gcc-fork.git]
/
include
/
md5.h
diff --git
a/include/md5.h
b/include/md5.h
index
c8602ee
..
b3ff4e1
100644
(file)
--- a/
include/md5.h
+++ b/
include/md5.h
@@
-21,10
+21,6
@@
#ifndef _MD5_H
#define _MD5_H 1
#ifndef _MD5_H
#define _MD5_H 1
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <stdio.h>
#if defined HAVE_LIMITS_H || _LIBC
#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
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
{
/* Structure to save state of computation between the single steps. */
struct md5_ctx
{