projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* merged changes from Kamions upload (thanks!)
[apt.git]
/
apt-pkg
/
contrib
/
md5.h
diff --git
a/apt-pkg/contrib/md5.h
b/apt-pkg/contrib/md5.h
index 9e20f7cef0ddaae3c6e60c319dca0efd18d17e63..e280d714e8ad8302ea6214421bc23514776db6eb 100644
(file)
--- a/
apt-pkg/contrib/md5.h
+++ b/
apt-pkg/contrib/md5.h
@@
-29,6
+29,7
@@
#include <string>
#include <algorithm>
#include <string>
#include <algorithm>
+#include <stdint.h>
using std::string;
using std::min;
using std::string;
using std::min;
@@
-58,7
+59,7
@@
class MD5SumValue
class MD5Summation
{
class MD5Summation
{
- u
nsigned char Buf[4*
4];
+ u
int32_t Buf[
4];
unsigned char Bytes[2*4];
unsigned char In[16*4];
bool Done;
unsigned char Bytes[2*4];
unsigned char In[16*4];
bool Done;