mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Remove rng_context_t, as it is no longer useful
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
767a3655e5
commit
7d71244dc3
@ -106,12 +106,6 @@ void my_debug(void *ctx, int level,
|
|||||||
mbedtls_time_t dummy_constant_time(mbedtls_time_t *time);
|
mbedtls_time_t dummy_constant_time(mbedtls_time_t *time);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** A context for random number generation (RNG).
|
|
||||||
*/
|
|
||||||
typedef struct {
|
|
||||||
unsigned char dummy;
|
|
||||||
} rng_context_t;
|
|
||||||
|
|
||||||
/* Seed the random number generator.
|
/* Seed the random number generator.
|
||||||
*
|
*
|
||||||
* \param rng The RNG context to use. It must have been initialized
|
* \param rng The RNG context to use. It must have been initialized
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user