Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: Use OPENSSL_cleanse to shred the data.
memset() is not useful here, it's efficiently a noop. PR-URL: #2575 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
- Loading branch information