|
|
@ -109,7 +109,7 @@ struct rfbssl_ctx *rfbssl_init_global(char *key, char *cert)
|
|
|
|
gnutls_global_set_log_function(rfbssl_log_func);
|
|
|
|
gnutls_global_set_log_function(rfbssl_log_func);
|
|
|
|
gnutls_global_set_log_level(1);
|
|
|
|
gnutls_global_set_log_level(1);
|
|
|
|
gnutls_certificate_set_dh_params(ctx->x509_cred, ctx->dh_params);
|
|
|
|
gnutls_certificate_set_dh_params(ctx->x509_cred, ctx->dh_params);
|
|
|
|
//newly allocated memory should be initialized, at least where it is important
|
|
|
|
/* newly allocated memory should be initialized, at least where it is important */
|
|
|
|
ctx->peekstart = ctx->peeklen = 0;
|
|
|
|
ctx->peekstart = ctx->peeklen = 0;
|
|
|
|
return ctx;
|
|
|
|
return ctx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|