]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Add private getentropy module from OpenBSD and LibreSSL
authorGuillem Jover <guillem@hadrons.org>
Wed, 23 Sep 2015 17:39:47 +0000 (19:39 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 30 Nov 2015 22:48:50 +0000 (23:48 +0100)
commit9a9a8b2dba2f511c0888499726597add59ae1215
tree1bd3b47db25c09f3924e9e25a0d8b1e2be5ecbe4
parent5f9265f81601f591336616a4acd3bae0ece4b6fc
Add private getentropy module from OpenBSD and LibreSSL

Adapt the code to the local build system.
configure.ac
src/Makefile.am
src/getentropy.c [new file with mode: 0644]
src/getentropy_aix.c [new file with mode: 0644]
src/getentropy_bsd.c [new file with mode: 0644]
src/getentropy_hpux.c [new file with mode: 0644]
src/getentropy_linux.c [new file with mode: 0644]
src/getentropy_osx.c [new file with mode: 0644]
src/getentropy_solaris.c [new file with mode: 0644]