diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-07-31 08:27:42 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-07-31 08:27:42 +0000 |
commit | 1cd220365a3b2b270ce46a129098f689db7a8631 (patch) | |
tree | 1cb555132a735747d83fb4a02d8ece7516658f23 /lib | |
parent | 48abd98322d2ca5f114cf8c4a8f90ccbc18b7936 (diff) | |
download | gnutls-1cd220365a3b2b270ce46a129098f689db7a8631.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gnutls_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index c89772b63f..f0252eaec4 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -94,7 +94,7 @@ typedef void *gnutls_transport_ptr_t; /* defaults for verification functions */ -#define DEFAULT_VERIFY_DEPTH 5 +#define DEFAULT_VERIFY_DEPTH 6 #define DEFAULT_VERIFY_BITS 8200 #include <gnutls_mem.h> |