summaryrefslogtreecommitdiff
path: root/includes/gnutls
diff options
context:
space:
mode:
Diffstat (limited to 'includes/gnutls')
-rw-r--r--includes/gnutls/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index 66b920e2cf..712bfe302b 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -201,7 +201,7 @@ int gnutls_x509_privkey_import(gnutls_x509_privkey key, const gnutls_datum * dat
int gnutls_x509_privkey_get_pk_algorithm( gnutls_x509_privkey key);
int gnutls_x509_privkey_generate( gnutls_x509_privkey key, gnutls_pk_algorithm algo,
- int bits);
+ int bits, unsigned int flags);
int gnutls_x509_privkey_export( gnutls_x509_privkey key,
gnutls_x509_crt_fmt format, unsigned char* output_data, int* output_data_size);