]> git.sur5r.net Git - openldap/commit
Add lutil_entropy(). Currently only supports /dev/urandom or
authorKurt Zeilenga <kurt@openldap.org>
Tue, 26 Oct 1999 22:57:39 +0000 (22:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 26 Oct 1999 22:57:39 +0000 (22:57 +0000)
commitbdca662249c3d17b53b4223955a9c9f474927f89
treec881ecd6ebcc374a83b9904111be34de3c944f3e
parent7db89cb1c07e5526c4f134094f87535d7966b999
Add lutil_entropy().  Currently only supports /dev/urandom or
Linux equivs.  Should be extended to support other quality
sources of entropy.  Should be extended to support a reasonable fallback.
configure
configure.in
include/lutil.h
include/portable.h.in
libraries/liblutil/Makefile.in
libraries/liblutil/entropy.c [new file with mode: 0644]