Skip to content
Snippets Groups Projects
Commit 1d8f780f authored by James Golovich's avatar James Golovich
Browse files

Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the...

Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the right info on freebsd and on linux inttypes.h includes stdint.h) (bug 1369)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2639 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent d3bcf405
Branches
Tags
No related merge requests found
#ifndef MD5_H #ifndef MD5_H
#define MD5_H #define MD5_H
#include <stdint.h> #include <inttypes.h>
struct MD5Context { struct MD5Context {
uint32_t buf[4]; uint32_t buf[4];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment