diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-09-16 13:00:51 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-09-16 13:00:51 +0000 |
commit | 2109625cc6915939601be91ad48e93d20a65e100 (patch) | |
tree | 849650544849bcfbc40691dd73c7ed53d4ff1311 | |
parent | 9510218981efc89bc821d0543073237faa5d3e8a (diff) | |
download | gnutls-2109625cc6915939601be91ad48e93d20a65e100.tar.gz |
*** empty log message ***
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | src/serv.c | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -7,8 +7,8 @@ It is currently under heavy development. - The library needs libgcrypt. You can find libgcrypt at ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/ - Note that by compiling libgcrypt with CPU optimizations you should notice - an increase of about 30% in gnutls' speed. + Note that by compiling libgcrypt with CPU optimizations gnutls' speed + will increase. - Documentation: view the doc/ directory and the examples in the src/ directory. diff --git a/src/serv.c b/src/serv.c index 56d0400d41..9b62336fab 100644 --- a/src/serv.c +++ b/src/serv.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2001,2002 Paul Sheer - * Copyright (C) 2002 Nikos Mavroyanopoulos + * Portions Copyright (C) 2002 Nikos Mavroyanopoulos * * This file is part of GNUTLS. * @@ -1009,7 +1009,7 @@ void serv_version(void) { /* session resuming support */ #define SESSION_ID_SIZE 32 -#define SESSION_DATA_SIZE 1024 +#define SESSION_DATA_SIZE 512 typedef struct { char session_id[SESSION_ID_SIZE]; |