aboutsummaryrefslogtreecommitdiff
path: root/ecdsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecdsa.c')
-rw-r--r--ecdsa.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ecdsa.c b/ecdsa.c
index 429f05c..e46904d 100644
--- a/ecdsa.c
+++ b/ecdsa.c
@@ -83,6 +83,10 @@
#define HAL_ECDSA_DEBUG_ONLY_STATIC_TEST_VECTOR_RANDOM 0
#endif
+#ifdef RPC_CLIENT
+#define hal_get_random(core, buffer, length) hal_rpc_get_random(buffer, length)
+#endif
+
/*
* Whether we want debug output.
*/