summaryrefslogtreecommitdiff
path: root/lib/x509/common.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-03 14:33:40 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-09-03 14:33:40 +0200
commitd1de36af91c5ac86dd2b1ab18b0b230a0b1e5d31 (patch)
treec762c72765a018d10dcc2505b01433a42a6dbee4 /lib/x509/common.h
parentb232d205d405542d89ccf783c580efe8e022a750 (diff)
downloadgnutls-d1de36af91c5ac86dd2b1ab18b0b230a0b1e5d31.tar.gz
when comparing an end-certificate with the trusted list compare the entire certificate
Diffstat (limited to 'lib/x509/common.h')
-rw-r--r--lib/x509/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/common.h b/lib/x509/common.h
index 76ba54a123..f79d6b53e7 100644
--- a/lib/x509/common.h
+++ b/lib/x509/common.h
@@ -177,7 +177,7 @@ _gnutls_x509_get_raw_field2(ASN1_TYPE c2, gnutls_datum_t * raw,
bool
_gnutls_check_if_same_key2(gnutls_x509_crt_t cert1,
- gnutls_datum_t * cert2bin);
+ gnutls_datum_t *cert2bin);
bool
_gnutls_check_if_same_cert(gnutls_x509_crt_t cert1,