Explorar o código

More MD5
Author: jgg
Date: 1999-11-16 01:51:03 GMT
More MD5

Arch Librarian %!s(int64=22) %!d(string=hai) anos
pai
achega
989d0c75b0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      apt-pkg/contrib/md5.cc

+ 2 - 2
apt-pkg/contrib/md5.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
-// $Id: md5.cc,v 1.8 1999/11/16 01:41:49 jgg Exp $
+// $Id: md5.cc,v 1.9 1999/11/16 01:51:03 jgg Exp $
 /* ######################################################################
    
    MD5Sum - MD5 Message Digest Algorithm.
@@ -341,7 +341,7 @@ MD5SumValue MD5Summation::Result()
       }
       
       memset(p, 0, count);
-      byteSwap((unit8_t *)in, 14);
+      byteSwap((uint8_t *)in, 14);
       
       // Append length in bits and transform
       in[14] = bytes[0] << 3;