aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/mm_auth
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests/mm_auth')
-rw-r--r--openbsc/tests/mm_auth/mm_auth_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/tests/mm_auth/mm_auth_test.c b/openbsc/tests/mm_auth/mm_auth_test.c
index b8777a8c5..ebd122f05 100644
--- a/openbsc/tests/mm_auth/mm_auth_test.c
+++ b/openbsc/tests/mm_auth/mm_auth_test.c
@@ -121,7 +121,7 @@ int auth_get_tuple_for_subscr_verbose(struct gsm_auth_tuple *atuple,
}
/* override libssl RAND_bytes() to get testable crypto results */
-int RAND_bytes(uint8_t *rand, int len)
+int osmo_get_rand_id(uint8_t *rand, size_t len)
{
memset(rand, 23, len);
return 1;