Changeset 1283 in Sophya for trunk/SophyaLib/BaseTools
- Timestamp:
- Nov 2, 2000, 5:29:40 PM (25 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/gnumd5.h
r802 r1283 7 7 8 8 typedef struct { 9 uint_1 buf[64]; 9 10 uint_4 A,B,C,D; /* chaining variables */ 10 11 uint_4 nblocks; 11 uint_1 buf[64];12 12 int count; 13 13 } MD5_CONTEXT; -
trunk/SophyaLib/BaseTools/sversion.h
r1244 r1283 3 3 4 4 #define SOPHYA_VERSION 0.9 5 #define SOPHYA_REVISION 9 55 #define SOPHYA_REVISION 96 6 6 #define SOPHYA_TAG "V_Oct2000" 7 7
Note:
See TracChangeset
for help on using the changeset viewer.