Be friendly to krb5_generate_random_block consumers

Allow them to disable the EGD/profile access and the use of a
random seed file.

These facilities are not tenable when running in the kernel.
This commit is contained in:
Ben Kaduk
2013-07-02 10:59:45 -04:00
committed by Nicolas Williams
parent 2107924b37
commit 5dfaa0d10b
3 changed files with 9 additions and 1 deletions

View File

@@ -87,6 +87,9 @@ WEAK_CRYPTO=1
# Disable use of GSS LOCALNAME support
NO_LOCALNAME=1
# No entropy-gathering daemon on Windows
NO_RAND_EGD_METHOD=1
# Disable build of installers
!ifndef NO_INSTALLERS
BUILD_INSTALLERS=1