Remove rng_context_t, as it is no longer useful

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2026-01-12 09:24:35 +00:00
parent 767a3655e5
commit 7d71244dc3

View File

@@ -106,12 +106,6 @@ void my_debug(void *ctx, int level,
mbedtls_time_t dummy_constant_time(mbedtls_time_t *time);
#endif
/** A context for random number generation (RNG).
*/
typedef struct {
unsigned char dummy;
} rng_context_t;
/* Seed the random number generator.
*
* \param rng The RNG context to use. It must have been initialized