diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-06-03 18:01:59 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-06-03 18:01:59 +0000 |
commit | c7f6255fa61efa2b7b02463079cee7c9b16b8cee (patch) | |
tree | 0fdc444ae82a5ac4cedb5539dcb6a5c8b7c6e7d5 /includes/gnutls | |
parent | 80e7220253cf86688178195051109dbd810d458f (diff) | |
download | gnutls-c7f6255fa61efa2b7b02463079cee7c9b16b8cee.tar.gz |
*** empty log message ***
Diffstat (limited to 'includes/gnutls')
-rw-r--r-- | includes/gnutls/x509.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h index 5b6e4ce203..c7245df037 100644 --- a/includes/gnutls/x509.h +++ b/includes/gnutls/x509.h @@ -64,7 +64,7 @@ int gnutls_x509_crt_get_dn_by_oid(gnutls_x509_crt cert, int gnutls_x509_crt_get_signature_algorithm(gnutls_x509_crt cert); int gnutls_x509_crt_get_version(gnutls_x509_crt cert); -int gnutls_x509_crt_get_key_id( gnutls_x509_crt crt, +int gnutls_x509_crt_get_key_id( gnutls_x509_crt crt, unsigned int flags, unsigned char* output_data, int* output_data_size); @@ -224,7 +224,7 @@ int gnutls_x509_privkey_import_rsa_raw(gnutls_x509_privkey privkey, const gnutls_datum *d, const gnutls_datum *p, const gnutls_datum *q, const gnutls_datum *u); int gnutls_x509_privkey_get_pk_algorithm( gnutls_x509_privkey key); -int gnutls_x509_privkey_get_key_id( gnutls_x509_privkey key, +int gnutls_x509_privkey_get_key_id( gnutls_x509_privkey key, unsigned int flags, unsigned char* output_data, int* output_data_size); int gnutls_x509_privkey_generate( gnutls_x509_privkey key, gnutls_pk_algorithm algo, |