5
0
mirror of git://git.proxmox.com/git/vncterm.git synced 2025-08-29 01:49:58 +03:00

bump DH_BITS to 2048

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler
2017-02-02 10:13:05 +01:00
committed by Dietmar Maurer
parent c39031e883
commit df4b12152d

View File

@ -169,7 +169,7 @@ static void vnc_debug_gnutls_log(int level, const char* str) {
}
#endif
#define DH_BITS 1024
#define DH_BITS 2048
static gnutls_dh_params_t dh_params;
typedef struct {