X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Ftlsproxy.c;h=8b9b6d92e1bb3309010b54a7240900a23419268c;hp=f7b9f27553a193b4cd8cfcb312af08a0c0c6ede8;hb=8c4ae426c578d53c7afcbcbc178c96a7da3614c2;hpb=8f9459308e695a30874a6cdcd53aa26441b87131 diff --git a/src/tlsproxy.c b/src/tlsproxy.c index f7b9f27..8b9b6d9 100644 --- a/src/tlsproxy.c +++ b/src/tlsproxy.c @@ -375,7 +375,7 @@ static void initialize_gnutls(void) { gnutls_datum_t dh_parameters_datum; /* Recent versions of GnuTLS automatically initialize the cryptography layer - * in gnutls_global_init(). */ + * in gnutls_global_init(), including a thread-safe setup. */ #if GNUTLS_VERSION_NUMBER <= 0x020b00 gcry_error_t error;