Changeset 138 for trunk/src/sh_srp.c


Ignore:
Timestamp:
Oct 28, 2007, 4:55:19 PM (17 years ago)
Author:
rainer
Message:

More fixes for compile and runtime errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_srp.c

    r137 r138  
    337337  int    res;
    338338  char   hash[KEY_LEN+1];
     339  char hashbuf[KEYBUF_SIZE];
    339340
    340341  SL_ENTER(_("sh_srp_make_a"));
     
    345346  (void) sl_strlcpy (hash,
    346347                     sh_tiger_hash((char *)&randl[0], TIGER_DATA,
    347                                    (unsigned long) 6*sizeof(UINT32)),
     348                                   (unsigned long) 6*sizeof(UINT32),
     349                                   hashbuf, sizeof(hashbuf)),
    348350                     KEY_LEN+1);
    349351
Note: See TracChangeset for help on using the changeset viewer.