File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -286,11 +286,7 @@ void exec_test_case_ecdh_deterministic_full(void)
286286 & initiator_mbed_ctx -> z ,
287287 & responder_mbed_ctx -> Q ,
288288 & initiator_mbed_ctx -> d ,
289- #if defined(CONFIG_MBEDTLS_VANILLA_BACKEND )
290- NULL ,
291- #else
292289 drbg_random ,
293- #endif
294290 NULL );
295291 stop_time_measurement ();
296292
@@ -309,11 +305,7 @@ void exec_test_case_ecdh_deterministic_full(void)
309305 & responder_mbed_ctx -> z ,
310306 & initiator_mbed_ctx -> Q ,
311307 & responder_mbed_ctx -> d ,
312- #if defined(CONFIG_MBEDTLS_VANILLA_BACKEND )
313- NULL ,
314- #else
315308 drbg_random ,
316- #endif
317309 NULL );
318310
319311 TEST_VECTOR_ASSERT_EQUAL (p_test_vector -> expected_err_code , err_code );
@@ -397,11 +389,7 @@ void exec_test_case_ecdh_deterministic(void)
397389 & responder_mbed_ctx -> z ,
398390 & initiator_mbed_ctx -> Q ,
399391 & responder_mbed_ctx -> d ,
400- #if defined(CONFIG_MBEDTLS_VANILLA_BACKEND )
401- NULL ,
402- #else
403392 drbg_random ,
404- #endif
405393 NULL );
406394 stop_time_measurement ();
407395
You can’t perform that action at this time.
0 commit comments