ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/global.h
(Generate patch)

Comparing gvpe/src/global.h (file contents):
Revision 1.7 by pcg, Wed Mar 26 14:39:52 2003 UTC vs.
Revision 1.9 by pcg, Wed Apr 2 05:15:00 2003 UTC

21 21
22#include "config.h" 22#include "config.h"
23 23
24#include <time.h> 24#include <time.h>
25 25
26/* Protocol version. Different major versions are incompatible,
27 * different minor versions probably are compatible ;)
28 */
29
30#define PROTOCOL_MAJOR 0
31#define PROTOCOL_MINOR 0
32
33#define ENABLE_TCP 1
26 34
27#define RSA_KEYBITS 1280 // must be >= 1280 and divisible by 8 35#define RSA_KEYBITS 1280 // must be >= 1280 and divisible by 8
28#define RSA_KEYLEN ((RSA_KEYBITS) >> 3) 36#define RSA_KEYLEN ((RSA_KEYBITS) >> 3)
29#define RSA_OVERHEAD (41 + 1) // well, no define for OAEP in openssl 37#define RSA_OVERHEAD (41 + 1) // well, no define for OAEP in openssl
30 38

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines