aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-13 13:35:51 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-13 13:35:51 +0100
commit004c81e6a357baac6f3092710f0e866d0ea90881 (patch)
tree9b2de1bf43fdaa5ecd4916bef18bab1c9aa45fe9
parent703540471ff65b37ed1b22c2eb9f70c1e196ce38 (diff)
downloadgnunet-004c81e6a357baac6f3092710f0e866d0ea90881.tar.gz
gnunet-004c81e6a357baac6f3092710f0e866d0ea90881.zip
also benchmark 4096
-rw-r--r--src/util/perf_crypto_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/perf_crypto_rsa.c b/src/util/perf_crypto_rsa.c
index a3e041bdf..3806fe43d 100644
--- a/src/util/perf_crypto_rsa.c
+++ b/src/util/perf_crypto_rsa.c
@@ -204,7 +204,7 @@ main (int argc, char *argv[])
204 eval (1024); 204 eval (1024);
205 eval (2048); 205 eval (2048);
206 eval (3072); 206 eval (3072);
207 /* eval (4096); */ 207 eval (4096);
208 return 0; 208 return 0;
209} 209}
210 210