/[rdesktop]/sourceforge.net/trunk/rdesktop/crypto/bn_exp.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/crypto/bn_exp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 301 by matthewc, Wed Sep 25 09:00:57 2002 UTC revision 302 by matthewc, Thu Jan 30 11:47:11 2003 UTC
# Line 795  err: Line 795  err:
795  #endif  #endif
796    
797  /* The old fallback, simple version :-) */  /* The old fallback, simple version :-) */
798  int BN_mod_exp_simple(BIGNUM *r, BIGNUM *a, BIGNUM *p, BIGNUM *m,  int BN_mod_exp_simple(BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m,
799               BN_CTX *ctx)               BN_CTX *ctx)
800          {          {
801          int i,j,bits,ret=0,wstart,wend,window,wvalue,ts=0;          int i,j,bits,ret=0,wstart,wend,window,wvalue,ts=0;

Legend:
Removed from v.301  
changed lines
  Added in v.302

  ViewVC Help
Powered by ViewVC 1.1.26