summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-24 23:00:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-24 23:00:36 +0000
commitd7ecc206ba1fb17d99bae96ca5f3a59dffdf66ab (patch)
tree9e32a18cf866943fa3590ac6392a2f4285aa8604 /engines
parent11ea212e8c2cbc9266ac296e22aea2d6dcd9db28 (diff)
only include bn.h once
Diffstat (limited to 'engines')
-rw-r--r--engines/e_aep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/e_aep.c b/engines/e_aep.c
index d7f89e5156..1953f0643c 100644
--- a/engines/e_aep.c
+++ b/engines/e_aep.c
@@ -85,7 +85,6 @@ extern int GetThreadID(void);
#ifndef OPENSSL_NO_DH
#include <openssl/dh.h>
#endif
-#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_AEP