aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/sign.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/x509/sign.h')
-rw-r--r--src/daemon/https/x509/sign.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/https/x509/sign.h b/src/daemon/https/x509/sign.h
index 03993157..51e51b92 100644
--- a/src/daemon/https/x509/sign.h
+++ b/src/daemon/https/x509/sign.h
@@ -23,6 +23,6 @@
23 */ 23 */
24 24
25int MHD__gnutls_x509_sign_tbs (ASN1_TYPE cert, const char *tbs_name, 25int MHD__gnutls_x509_sign_tbs (ASN1_TYPE cert, const char *tbs_name,
26 enum MHD_GNUTLS_HashAlgorithm hash, 26 enum MHD_GNUTLS_HashAlgorithm hash,
27 MHD_gnutls_x509_privkey_t signer, 27 MHD_gnutls_x509_privkey_t signer,
28 MHD_gnutls_datum_t * signature); 28 MHD_gnutls_datum_t * signature);