mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Remove duplicated reproducable
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user