unit-tests: Generate RSA key with 768 bits not 786

This commit is contained in:
Tobias Brunner
2014-01-20 15:40:09 +01:00
parent b190899473
commit 3d097e1024
+1 -1
View File
@@ -117,7 +117,7 @@ static void test_bad_sigs(public_key_t *pubkey)
* RSA key sizes to test
*/
static int key_sizes[] = {
786, 1024, 1536, 2048, 3072, 4096,
768, 1024, 1536, 2048, 3072, 4096,
};
START_TEST(test_gen)