/[cvs]/ccvs/lib/md5.h
ViewVC logotype

Diff of /ccvs/lib/md5.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by dprice, Thu Oct 20 21:06:01 2005 UTC revision 1.10 by mdb, Mon Nov 28 02:35:49 2005 UTC
# Line 70  struct md5_ctx Line 70  struct md5_ctx
70    
71    uint32_t total[2];    uint32_t total[2];
72    uint32_t buflen;    uint32_t buflen;
73    char buffer[128] __attribute__ ((__aligned__ (__alignof__ (uint32_t))));    uint32_t buffer[32];
74  };  };
75    
76  /*  /*

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26