bfc02ea crypto/libcrypto/crypto_nite.c: memory leak fixed

1 file Authored by atikhonov 4 years ago, Committed by jhrozek 4 years ago,
    crypto/libcrypto/crypto_nite.c: memory leak fixed
    
    Fixed leaking of memory in case of failure in `sss_encrypt()` function.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>