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 <lha@h5l.org>
This commit is contained in:
Simon Wilkinson
2010-07-21 23:35:41 +01:00
committed by Love Hornquist Astrand
parent b9709e1e01
commit 40ef7759b9

View File

@@ -41,7 +41,6 @@
typedef struct RAND_METHOD RAND_METHOD;
#include <hcrypto/bn.h>
#include <hcrypto/engine.h>
/* symbol renaming */