From 40ef7759b917648938416e15521d383e2eade5cf Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 21 Jul 2010 23:35:41 +0100 Subject: [PATCH] hcrypto: Remove bn.h from rand.h rand.h doesn't require any symbols defined in bn.h, so don't include bn.h in the header file. This makes it easier for applications to include only the symmetric portions of libhcrypto. Signed-off-by: Love Hornquist Astrand --- lib/hcrypto/rand.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hcrypto/rand.h b/lib/hcrypto/rand.h index f4e248516..923d4adb7 100644 --- a/lib/hcrypto/rand.h +++ b/lib/hcrypto/rand.h @@ -41,7 +41,6 @@ typedef struct RAND_METHOD RAND_METHOD; -#include #include /* symbol renaming */ -- 2.11.4.GIT