/[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 36 by matty, Sat Sep 15 14:30:46 2001 UTC revision 37 by matty, Mon Sep 17 12:50:49 2001 UTC
# Line 72  extern "C" { Line 72  extern "C" {
72  #define OPENSSL_free(ptr)    xfree(ptr);  #define OPENSSL_free(ptr)    xfree(ptr);
73    
74  /* Only one for the following should be defined */  /* Only one for the following should be defined */
75  /* The prime number generation stuff may not work when  #if defined(__alpha) || defined(__ia64)
  * EIGHT_BIT but I don't care since I've only used this mode  
  * for debuging the bignum libraries */  
 #if defined(__alpha__) || defined(__ia64__)  
76  #define SIXTY_FOUR_BIT_LONG  #define SIXTY_FOUR_BIT_LONG
77  #elseif defined(__mips__)  #elif defined(__mips)
78  #define SIXTY_FOUR_BIT  #define SIXTY_FOUR_BIT
79  #else  #else
80  #define THIRTY_TWO_BIT  #define THIRTY_TWO_BIT

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

  ViewVC Help
Powered by ViewVC 1.1.26