diff options
Diffstat (limited to 'src/daemon/https/tls/gnutls_sig.c')
-rw-r--r-- | src/daemon/https/tls/gnutls_sig.c | 2 |
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 | */ |
209 | int | 209 | static int |
210 | MHD_gtls_sign (enum MHD_GNUTLS_PublicKeyAlgorithm algo, | 210 | MHD_gtls_sign (enum MHD_GNUTLS_PublicKeyAlgorithm algo, |
211 | mpi_t * params, | 211 | mpi_t * params, |
212 | int params_size, | 212 | int params_size, |