From ef860802add62076ca6097808458706d3db8d0da Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Tue, 2 Jul 2013 11:13:25 -0400 Subject: [PATCH] Disable some heimdal bits For the rfc3961 library, we don't want linker exposure to an entropy-gathering daemon, and we don't want to be leaving entropy seed files around in user homedirs. Change-Id: I54546ad44fcdfac8227e72b68a33fa4f61df50b0 Reviewed-on: http://gerrit.openafs.org/10049 Tested-by: BuildBot Reviewed-by: Simon Wilkinson Reviewed-by: Jeffrey Altman --- src/crypto/rfc3961/krb5_locl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/crypto/rfc3961/krb5_locl.h b/src/crypto/rfc3961/krb5_locl.h index 79bf02255..ee4f7d8d6 100644 --- a/src/crypto/rfc3961/krb5_locl.h +++ b/src/crypto/rfc3961/krb5_locl.h @@ -40,6 +40,9 @@ #define HEIM_CRYPTO_NO_ARCFOUR #define HEIM_CRYPTO_NO_PK +#define NO_RAND_EGD_METHOD +#define NO_RANDFILE + #define ALLOC(X, N) (X) = calloc((N), sizeof(*(X))) #ifndef max -- 2.39.5