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.8 by pcg, Wed Apr 2 03:06:22 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
26 32
27#define RSA_KEYBITS 1280 // must be >= 1280 and divisible by 8 33#define RSA_KEYBITS 1280 // must be >= 1280 and divisible by 8
28#define RSA_KEYLEN ((RSA_KEYBITS) >> 3) 34#define RSA_KEYLEN ((RSA_KEYBITS) >> 3)
29#define RSA_OVERHEAD (41 + 1) // well, no define for OAEP in openssl 35#define RSA_OVERHEAD (41 + 1) // well, no define for OAEP in openssl
30 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines