Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
daae10f
for
lib/md5.h
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2010-08-07T16:33:02Z (
15 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7b87539
Parents:
289bd2d
Message:
OpenSolaris (non-gcc) fixes, patches from Dagobert Michelsen <dam@…>
with some changes.
File:
1 edited
lib/md5.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
lib/md5.h
r289bd2d
rdaae10f
27
27
#include <sys/types.h>
28
28
#include <gmodule.h>
29
#if(__sun)
30
#include <inttypes.h>
31
#else
29
32
#include <stdint.h>
33
#endif
30
34
31
35
typedef uint8_t md5_byte_t;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive