Commit e955f9a
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 <[email protected]>1 parent 5e65181 commit e955f9a
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4721 | 4721 | | |
4722 | 4722 | | |
4723 | 4723 | | |
4724 | | - | |
4725 | | - | |
| 4724 | + | |
| 4725 | + | |
4726 | 4726 | | |
4727 | 4727 | | |
4728 | 4728 | | |
| |||
4736 | 4736 | | |
4737 | 4737 | | |
4738 | 4738 | | |
4739 | | - | |
| 4739 | + | |
4740 | 4740 | | |
4741 | 4741 | | |
4742 | 4742 | | |
| |||
0 commit comments