Changeset 1139 in Sophya for trunk


Ignore:
Timestamp:
Aug 24, 2000, 5:34:18 PM (25 years ago)
Author:
ansari
Message:

pb commentaire ds .c - Reza 24/8/2000

File:
1 edited

Legend:

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

    r743 r1139  
    4646
    4747
    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/*
     49typedef 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*/
    5556
    5657void
     
    362363static
    363364#endif
    364 const char * const gnupgext_version = "MD5 ($Revision: 1.2 $)";
     365const char * const gnupgext_version = "MD5 ($Revision: 1.3 $)";
    365366
    366367static struct {
Note: See TracChangeset for help on using the changeset viewer.