diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-03-13 22:29:17 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-03-13 22:29:17 +0000 |
commit | 0309469915b52ae6a092a53244f7209b6f9db927 (patch) | |
tree | ca2d7c6ef8b78cb4fdec6a2c231bf05be06a622c /includes/gnutls | |
parent | 478bf68682e7b30e1962711b0d9a1704b9415209 (diff) | |
download | gnutls-0309469915b52ae6a092a53244f7209b6f9db927.tar.gz |
added flags to privkey_generate()
Diffstat (limited to 'includes/gnutls')
-rw-r--r-- | includes/gnutls/x509.h | 2 |
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); |