diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-01-14 11:08:12 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-01-14 11:08:12 +0100 |
commit | 742966f5516889d26d120f8c53bc93b4f7c17ae5 (patch) | |
tree | 87c6201aa91bffb6eb323cb4334b2f6e9c3adf97 /doc/examples/ex-crq.c | |
parent | 1371c4c6d4273a3480d1e43ffb73bf66fc57d2cd (diff) | |
download | gnutls-742966f5516889d26d120f8c53bc93b4f7c17ae5.tar.gz |
doc update
Diffstat (limited to 'doc/examples/ex-crq.c')
-rw-r--r-- | doc/examples/ex-crq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/ex-crq.c b/doc/examples/ex-crq.c index 448138573a..08f47f6354 100644 --- a/doc/examples/ex-crq.c +++ b/doc/examples/ex-crq.c @@ -37,7 +37,7 @@ int main(void) */ bits = gnutls_sec_param_to_pk_bits(GNUTLS_PK_RSA, - GNUTLS_SEC_PARAM_NORMAL); + GNUTLS_SEC_PARAM_MEDIUM); gnutls_x509_privkey_generate(key, GNUTLS_PK_RSA, bits, 0); /* Add stuff to the distinguished name |