aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/x509/common.h')
-rw-r--r--src/daemon/https/x509/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/x509/common.h b/src/daemon/https/x509/common.h
index 4050f36b..059fafe0 100644
--- a/src/daemon/https/x509/common.h
+++ b/src/daemon/https/x509/common.h
@@ -116,7 +116,7 @@ int MHD__gnutls_x509_encode_and_copy_PKI_params (ASN1_TYPE dst,
116 MHD_GNUTLS_PublicKeyAlgorithm 116 MHD_GNUTLS_PublicKeyAlgorithm
117 pk_algorithm, mpi_t * params, 117 pk_algorithm, mpi_t * params,
118 int params_size); 118 int params_size);
119int MHD__gnutlsMHD__asn1_copy_node (ASN1_TYPE * dst, const char *dst_name, 119int MHD__gnutls_asn1_copy_node (ASN1_TYPE * dst, const char *dst_name,
120 ASN1_TYPE src, const char *src_name); 120 ASN1_TYPE src, const char *src_name);
121 121
122int MHD__gnutls_x509_get_signed_data (ASN1_TYPE src, const char *src_name, 122int MHD__gnutls_x509_get_signed_data (ASN1_TYPE src, const char *src_name,