diff options
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 |