Remove duplicated reproducable

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2026-01-06 13:14:14 +00:00
parent eace7ca23f
commit 99ec289535

View File

@@ -48,11 +48,6 @@ mbedtls_time_t dummy_constant_time(mbedtls_time_t *time)
int rng_seed(rng_context_t *rng, int reproducible, const char *pers)
{
if (reproducible) {
mbedtls_fprintf(stderr,
"reproducible mode is not supported.\n");
return -1;
}
/* The PSA crypto RNG does its own seeding. */
(void) rng;
(void) pers;