From 99ec28953532f3f81daaa2c33e751689ae6c58ac Mon Sep 17 00:00:00 2001 From: Ben Taylor Date: Tue, 6 Jan 2026 13:14:14 +0000 Subject: [PATCH] Remove duplicated reproducable Signed-off-by: Ben Taylor --- programs/ssl/ssl_test_lib.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/programs/ssl/ssl_test_lib.c b/programs/ssl/ssl_test_lib.c index 200558d8a0..d46b7abd6e 100644 --- a/programs/ssl/ssl_test_lib.c +++ b/programs/ssl/ssl_test_lib.c @@ -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;