summaryrefslogtreecommitdiff
path: root/lib/x509/common.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-08 16:48:46 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-08 16:50:07 +0200
commitf59e235ff015da9290982468b0429449dd173024 (patch)
treefe9d333ad212ad2191131cc63aa4e80862ab7b0a /lib/x509/common.h
parentdbab604ea755b156e474e5c6c7cf09a5a6056d2d (diff)
downloadgnutls-f59e235ff015da9290982468b0429449dd173024.tar.gz
Added flags which modify the algorithm used for key ID calculation
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 ceeb58b6b2..3250276f3d 100644
--- a/lib/x509/common.h
+++ b/lib/x509/common.h
@@ -168,7 +168,7 @@ int _gnutls_get_asn_mpis(ASN1_TYPE asn, const char *root,
int _gnutls_get_key_id(gnutls_pk_algorithm_t pk, gnutls_pk_params_st *,
unsigned char *output_data,
- size_t * output_data_size);
+ size_t * output_data_size, unsigned flags);
void _asnstr_append_name(char *name, size_t name_size, const char *part1,
const char *part2);