diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-01-14 11:08:47 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-01-14 11:08:52 +0100 |
commit | 11d4ea0fd00ac7f791887267ba9202e3a5c8b118 (patch) | |
tree | 3633ab0f719ff1140d9014807de74b8a3575a497 /tests/slow | |
parent | 742966f5516889d26d120f8c53bc93b4f7c17ae5 (diff) | |
download | gnutls-11d4ea0fd00ac7f791887267ba9202e3a5c8b118.tar.gz |
Added test to check the expected values of security parameters.
Diffstat (limited to 'tests/slow')
-rw-r--r-- | tests/slow/keygen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/slow/keygen.c b/tests/slow/keygen.c index 19f7676afe..78f70b1ded 100644 --- a/tests/slow/keygen.c +++ b/tests/slow/keygen.c @@ -36,7 +36,7 @@ #define MAX_TRIES 2 static int sec_param[MAX_TRIES] = - { GNUTLS_SEC_PARAM_LOW, GNUTLS_SEC_PARAM_NORMAL }; + { GNUTLS_SEC_PARAM_LOW, GNUTLS_SEC_PARAM_MEDIUM }; static void tls_log_func(int level, const char *str) { |