-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct style and free entropy context prior to freeing the ctr drbg context, as the latter keeps a reference to the entropy context. While it doesn't cause any problems the way it was before because the ctr drbg context is not used any longer after freeing the entropy, it's nonetheless cleaner this way.
- Loading branch information
Hanno Becker
committed
Oct 9, 2017
1 parent
71e5713
commit 68e6f34
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters