Changeset 1258 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Oct 24, 2000, 7:35:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/gnumd5.c
r1139 r1258 48 48 /* 49 49 typedef struct { 50 uint_4 A,B,C,D; //chaining variables50 uint_4 A,B,C,D; chaining variables 51 51 uint_4 nblocks; 52 52 uint_1 buf[64]; … … 363 363 static 364 364 #endif 365 const char * const gnupgext_version = "MD5 ($Revision: 1. 3$)";365 const char * const gnupgext_version = "MD5 ($Revision: 1.4 $)"; 366 366 367 367 static struct {
Note:
See TracChangeset
for help on using the changeset viewer.