* src/common/ssl.c
Tell libetpan it doesn't need to init
GnuTLS
+2008-10-10 [colin] 3.6.0cvs25
+
+ * src/common/ssl.c
+ Tell libetpan it doesn't need to init
+ GnuTLS
+
2008-10-10 [colin] 3.6.0cvs24
* claws-mail.pc.in
( cvs diff -u -r 1.654.2.3641 -r 1.654.2.3642 configure.ac; ) > 3.6.0cvs22.patchset
( cvs diff -u -r 1.654.2.3642 -r 1.654.2.3643 configure.ac; ) > 3.6.0cvs23.patchset
( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 claws-mail.pc.in; ) > 3.6.0cvs24.patchset
+( cvs diff -u -r 1.9.2.33 -r 1.9.2.34 src/common/ssl.c; ) > 3.6.0cvs25.patchset
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=24
+EXTRA_VERSION=25
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
SSL_CTX_set_verify_depth(ssl_ctx,1);
#endif
#else
+#ifdef HAVE_LIBETPAN
+ mailstream_gnutls_init_not_required();
+#endif
gnutls_global_init();
#endif
}