Changeset 1139 in Sophya for trunk/SophyaLib/BaseTools/gnumd5.c
- Timestamp:
- Aug 24, 2000, 5:34:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/gnumd5.c
r743 r1139 46 46 47 47 48 //typedef struct { 49 // uint_4 A,B,C,D; /* chaining variables */ 50 // uint_4 nblocks; 51 // uint_1 buf[64]; 52 // int count; 53 //} MD5_CONTEXT; 54 48 /* 49 typedef struct { 50 uint_4 A,B,C,D; // chaining variables 51 uint_4 nblocks; 52 uint_1 buf[64]; 53 int count; 54 } MD5_CONTEXT; 55 */ 55 56 56 57 void … … 362 363 static 363 364 #endif 364 const char * const gnupgext_version = "MD5 ($Revision: 1. 2$)";365 const char * const gnupgext_version = "MD5 ($Revision: 1.3 $)"; 365 366 366 367 static struct {
Note:
See TracChangeset
for help on using the changeset viewer.