Changeset 1283 in Sophya for trunk/SophyaLib/BaseTools/gnumd5.h


Ignore:
Timestamp:
Nov 2, 2000, 5:29:40 PM (25 years ago)
Author:
ansari
Message:

Pb alignement memoire pour struc MD5_CONTEXT ds gnumd5.h et MAJ num. de version - Reza 2/11/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/gnumd5.h

    r802 r1283  
    77
    88typedef struct {
     9    uint_1 buf[64];
    910    uint_4 A,B,C,D;       /* chaining variables */
    1011    uint_4  nblocks;
    11     uint_1 buf[64];
    1212    int  count;
    1313} MD5_CONTEXT;
Note: See TracChangeset for help on using the changeset viewer.