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:

committed by
Love Hornquist Astrand

parent
b9709e1e01
commit
40ef7759b9
@@ -41,7 +41,6 @@
|
||||
|
||||
typedef struct RAND_METHOD RAND_METHOD;
|
||||
|
||||
#include <hcrypto/bn.h>
|
||||
#include <hcrypto/engine.h>
|
||||
|
||||
/* symbol renaming */
|
||||
|
Reference in New Issue
Block a user