summaryrefslogtreecommitdiff
path: root/tests/slow/keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/slow/keygen.c')
-rw-r--r--tests/slow/keygen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/slow/keygen.c b/tests/slow/keygen.c
index 3b95479779..c398abcd09 100644
--- a/tests/slow/keygen.c
+++ b/tests/slow/keygen.c
@@ -59,7 +59,7 @@ doit (void)
for (i = 0; i < MAX_TRIES; i++)
{
- for (algorithm = GNUTLS_PK_RSA; algorithm <= GNUTLS_PK_ECC;
+ for (algorithm = GNUTLS_PK_RSA; algorithm <= GNUTLS_PK_EC;
algorithm++)
{
if (algorithm == GNUTLS_PK_DH)