aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/auth_rsa_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/auth_rsa_export.c')
-rw-r--r--src/daemon/https/tls/auth_rsa_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/tls/auth_rsa_export.c b/src/daemon/https/tls/auth_rsa_export.c
index 31a5f2a6..5fdce12e 100644
--- a/src/daemon/https/tls/auth_rsa_export.c
+++ b/src/daemon/https/tls/auth_rsa_export.c
@@ -60,7 +60,7 @@ const MHD_gtls_mod_auth_st MHD_rsa_export_auth_struct = {
60 MHD_gtls_proc_cert_server_certificate, 60 MHD_gtls_proc_cert_server_certificate,
61 MHD__gnutls_proc_cert_client_certificate, 61 MHD__gnutls_proc_cert_client_certificate,
62 proc_rsa_export_server_kx, 62 proc_rsa_export_server_kx,
63 MHD__gnutls_proc_rsa_client_kx, /* proc client kx */ 63 MHD__gnutls_proc_rsa_client_kx, /* proc client kx */
64 MHD_gtls_proc_cert_client_cert_vrfy, /* proc client cert vrfy */ 64 MHD_gtls_proc_cert_client_cert_vrfy, /* proc client cert vrfy */
65 MHD_gtls_proc_cert_cert_req /* proc server cert request */ 65 MHD_gtls_proc_cert_cert_req /* proc server cert request */
66}; 66};