[macports-legacy-support] branch master updated (e489fdb -> f912da5)

Chris Jones jonesc at hep.phy.cam.ac.uk
Tue Oct 12 14:06:51 UTC 2021


Chris Jones (cjones051073) pushed a change to branch master
in repository macports-legacy-support.

    from e489fdb  various files: remove unneeded refs
     add 4609c1f  move getentropy implementation to own source file
     add d157e58  add wrapped sys/random.h header for getentropy
     add 01de9e2  add test for getentropy
     add f912da5  update README for sys/random.h

No new revisions were added by this update.

Summary of changes:
 README.md                        |  5 +++
 include/MacportsLegacySupport.h  |  3 ++
 include/sys/{time.h => random.h} | 18 ++++----
 src/arc4random.c                 | 69 ++-----------------------------
 src/getentropy.c                 | 89 ++++++++++++++++++++++++++++++++++++++++
 test/test_getentropy.c           | 19 +++++++++
 6 files changed, 128 insertions(+), 75 deletions(-)
 copy include/sys/{time.h => random.h} (72%)
 create mode 100644 src/getentropy.c
 create mode 100644 test/test_getentropy.c



More information about the macports-changes mailing list