mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-27 21:39:54 +00:00
Instead of having `gen_all()` change the object state, have the constructor set the object field as desired. This doesn't change the runtime behavior since we're only running `gen_all()` once after constructing the object, and nothing else. But do clean thing up, to avoid any surprises later. Signed-off-by: Gilles Peskine <[email protected]>