/[rdesktop]/sourceforge.net/trunk/rdesktop/crypto/bn.h
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.h

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

revision 35 by matty, Sat Sep 15 12:34:34 2001 UTC revision 36 by matty, Sat Sep 15 14:30:46 2001 UTC
# Line 75  extern "C" { Line 75  extern "C" {
75  /* The prime number generation stuff may not work when  /* The prime number generation stuff may not work when
76   * EIGHT_BIT but I don't care since I've only used this mode   * EIGHT_BIT but I don't care since I've only used this mode
77   * for debuging the bignum libraries */   * for debuging the bignum libraries */
78  #undef SIXTY_FOUR_BIT_LONG  #if defined(__alpha__) || defined(__ia64__)
79  #undef SIXTY_FOUR_BIT  #define SIXTY_FOUR_BIT_LONG
80    #elseif defined(__mips__)
81    #define SIXTY_FOUR_BIT
82    #else
83  #define THIRTY_TWO_BIT  #define THIRTY_TWO_BIT
84  #undef SIXTEEN_BIT  #endif
 #undef EIGHT_BIT  
85    
86  #undef BN_LLONG  #undef BN_LLONG
87  #undef BN_MUL_COMBA  #undef BN_MUL_COMBA

Legend:
Removed from v.35  
changed lines
  Added in v.36

  ViewVC Help
Powered by ViewVC 1.1.26