aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_sig.c')
-rw-r--r--src/daemon/https/tls/gnutls_sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/tls/gnutls_sig.c b/src/daemon/https/tls/gnutls_sig.c
index afa7c8e1..ec757999 100644
--- a/src/daemon/https/tls/gnutls_sig.c
+++ b/src/daemon/https/tls/gnutls_sig.c
@@ -206,7 +206,7 @@ MHD_gtls_tls_sign_params (MHD_gtls_session_t session,
206/* This will create a PKCS1 or DSA signature, using the given parameters, and the 206/* This will create a PKCS1 or DSA signature, using the given parameters, and the
207 * given data. The output will be allocated and be put in signature. 207 * given data. The output will be allocated and be put in signature.
208 */ 208 */
209int 209static int
210MHD_gtls_sign (enum MHD_GNUTLS_PublicKeyAlgorithm algo, 210MHD_gtls_sign (enum MHD_GNUTLS_PublicKeyAlgorithm algo,
211 mpi_t * params, 211 mpi_t * params,
212 int params_size, 212 int params_size,