aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/auth_cert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/auth_cert.c')
-rw-r--r--src/daemon/https/tls/auth_cert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/https/tls/auth_cert.c b/src/daemon/https/tls/auth_cert.c
index f3bbeba9..6f34a120 100644
--- a/src/daemon/https/tls/auth_cert.c
+++ b/src/daemon/https/tls/auth_cert.c
@@ -808,9 +808,9 @@ MHD__gnutls_check_supported_sign_algo (CertificateSigType algo)
808 { 808 {
809 case RSA_SIGN: 809 case RSA_SIGN:
810 return MHD_GNUTLS_PK_RSA; 810 return MHD_GNUTLS_PK_RSA;
811 default:
812 return -1;
811 } 813 }
812
813 return -1;
814} 814}
815 815
816int 816int