summaryrefslogtreecommitdiff
path: root/test/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rsa.c')
-rw-r--r--test/rsa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rsa.c b/test/rsa.c
index 401b502855..aaa4a656e2 100644
--- a/test/rsa.c
+++ b/test/rsa.c
@@ -17,10 +17,11 @@
#include "rsa2048-F4.h"
#endif
+static uint32_t rsa_workbuf[3 * RSANUMBYTES/4];
+
void run_test(void)
{
int good;
- uint32_t rsa_workbuf[3 * RSANUMBYTES/4];
good = rsa_verify(rsa_key, sig, hash, rsa_workbuf);
if (!good) {