summaryrefslogtreecommitdiff
path: root/tests/rsa_verify_benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rsa_verify_benchmark.c')
-rw-r--r--tests/rsa_verify_benchmark.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/rsa_verify_benchmark.c b/tests/rsa_verify_benchmark.c
index ba108be2..ccd6eafa 100644
--- a/tests/rsa_verify_benchmark.c
+++ b/tests/rsa_verify_benchmark.c
@@ -6,10 +6,8 @@
#include <stdio.h>
#include <stdlib.h>
+#include "cryptolib.h"
#include "file_keys.h"
-#include "padding.h"
-#include "rsa.h"
-#include "rsa_utility.h"
#include "timer_utils.h"
#include "utility.h"