Skip to content
  • Joseph Richey's avatar
    Add missing call to crypt_random_exit · 25467243
    Joseph Richey authored and Milan Broz's avatar Milan Broz committed
    We call crypt_random_init in init_crypto, but never call
    crypt_random_exit. This change just copies what the crypt_backend
    functions do, and calls crypt_random_exit in the descructor.
    25467243