mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-09 03:40:08 +00:00
In preparation for unifying the common RNG-related code of ssl_client2 and ssl_server2, make it possible to copy-paste that code out of these programs' main() functions: * Replaces reads of the non-unifiable structure opt by reads of a separate variable. * Replace references to the local variable rng by a pointer. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>