-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jirka Hladky
committed
Oct 15, 2024
1 parent
6b30426
commit e0c1d0c
Showing
4 changed files
with
16 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
** Simple entropy harvester based upon the havege RNG | ||
** | ||
** Copyright 2018-2022 Jirka Hladky hladky DOT jiri AT gmail DOT com | ||
** Copyright 2018-2024 Jirka Hladky hladky DOT jiri AT gmail DOT com | ||
** Copyright 2009-2014 Gary Wuertz [email protected] | ||
** Copyright 2011-2012 BenEleventh Consulting [email protected] | ||
** | ||
|
@@ -31,7 +31,7 @@ extern "C" { | |
* header/package version as a numeric major, minor, patch triple. See havege_version() | ||
* below for usage. | ||
*/ | ||
#define HAVEGE_PREP_VERSION "1.9.19" | ||
#define HAVEGE_PREP_VERSION "1.9.20" | ||
/** | ||
* Basic types | ||
*/ | ||
|