Changeset 137 for trunk/src/sh_gpg.c


Ignore:
Timestamp:
Oct 28, 2007, 1:17:58 AM (17 years ago)
Author:
rainer
Message:

Fix compile errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_gpg.c

    r133 r137  
    554554       * between the integrity check and the execve
    555555       */
    556       myrand = (int) taus_get (&(skey->rng0[0]), &(skey->rng1[0]),
    557                                &(skey->rng2[0]));
     556      myrand = (int) taus_get ();
     557
    558558      myrand = (myrand < 0) ? (-myrand) : myrand;
    559559      myrand = (myrand % 32) + 2;
Note: See TracChangeset for help on using the changeset viewer.