aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_algorithms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_algorithms.c')
-rw-r--r--src/daemon/https/tls/gnutls_algorithms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/https/tls/gnutls_algorithms.c b/src/daemon/https/tls/gnutls_algorithms.c
index bef51b19..d6e12f48 100644
--- a/src/daemon/https/tls/gnutls_algorithms.c
+++ b/src/daemon/https/tls/gnutls_algorithms.c
@@ -386,7 +386,7 @@ static const enum MHD_GNUTLS_CompressionMethod
386 386
387/* Key Exchange Section */ 387/* Key Exchange Section */
388extern MHD_gtls_mod_auth_st MHD_gtls_rsa_auth_struct; 388extern MHD_gtls_mod_auth_st MHD_gtls_rsa_auth_struct;
389extern MHD_gtls_mod_auth_st rsa_export_auth_struct; 389extern MHD_gtls_mod_auth_st MHD_rsa_export_auth_struct;
390extern MHD_gtls_mod_auth_st MHD_gtls_dhe_rsa_auth_struct; 390extern MHD_gtls_mod_auth_st MHD_gtls_dhe_rsa_auth_struct;
391extern MHD_gtls_mod_auth_st MHD_gtls_dhe_dss_auth_struct; 391extern MHD_gtls_mod_auth_st MHD_gtls_dhe_dss_auth_struct;
392extern MHD_gtls_mod_auth_st MHD_gtls_anon_auth_struct; 392extern MHD_gtls_mod_auth_st MHD_gtls_anon_auth_struct;
@@ -416,7 +416,7 @@ static const MHD_gtls_kx_algo_entry_t MHD_gtls_kx_algorithms[] = {
416 0}, 416 0},
417 {"RSA-EXPORT", 417 {"RSA-EXPORT",
418 MHD_GNUTLS_KX_RSA_EXPORT, 418 MHD_GNUTLS_KX_RSA_EXPORT,
419 &rsa_export_auth_struct, 419 &MHD_rsa_export_auth_struct,
420 0, 420 0,
421 1 /* needs RSA params */ }, 421 1 /* needs RSA params */ },
422 {"DHE-RSA", 422 {"DHE-RSA",