summaryrefslogtreecommitdiffstats
path: root/engines/e_atalla.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-05-17 18:56:15 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-05-17 18:56:15 +0000
commitf15390bdb45637f36266e36ea0967a4456ff7008 (patch)
tree239a5d2913f0394e61d49601e47ad62a8ceb11fd /engines/e_atalla.c
parentd095b68d63ca91d8e42afb5dc46bb16ed4e4e25d (diff)
The inclusion of bn.h from the engine.h API header has been deprecated, so
the engine implementations need to include bn.h to manipulate bignums.
Diffstat (limited to 'engines/e_atalla.c')
-rw-r--r--engines/e_atalla.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/e_atalla.c b/engines/e_atalla.c
index 82dae45867..a5cf6aa885 100644
--- a/engines/e_atalla.c
+++ b/engines/e_atalla.c
@@ -65,6 +65,7 @@
#include <openssl/rsa.h>
#include <openssl/dsa.h>
#include <openssl/dh.h>
+#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_ATALLA