mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 10:19:52 +08:00
2010-09-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libmd/md5.h: C++ compatibility.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-09-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libmd/md5.h: C++ compatibility.
|
||||
|
||||
2010-09-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Add checks for pthread_attr_getguardsize,
|
||||
|
||||
@@ -41,6 +41,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
/* typedef a 32-bit type */
|
||||
typedef uint32_t UINT4;
|
||||
|
||||
@@ -56,5 +60,9 @@ void MD5Init (MD5_CTX *);
|
||||
void MD5Update (MD5_CTX *, const unsigned char *, unsigned int);
|
||||
void MD5Final (unsigned char [16], MD5_CTX *);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define __MD5_INCLUDE__
|
||||
#endif /* __MD5_INCLUDE__ */
|
||||
|
||||
Reference in New Issue
Block a user