commit | f15390bdb45637f36266e36ea0967a4456ff7008 | [log] [tgz] |
---|---|---|
author | Geoff Thorpe <geoff@openssl.org> | Mon May 17 18:56:15 2004 +0000 |
committer | Geoff Thorpe <geoff@openssl.org> | Mon May 17 18:56:15 2004 +0000 |
tree | 239a5d2913f0394e61d49601e47ad62a8ceb11fd | |
parent | d095b68d63ca91d8e42afb5dc46bb16ed4e4e25d [diff] [blame] |
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.
diff --git a/engines/e_cswift.c b/engines/e_cswift.c index b73126b..0f9c1b2 100644 --- a/engines/e_cswift.c +++ b/engines/e_cswift.c
@@ -66,6 +66,7 @@ #include <openssl/dsa.h> #include <openssl/dh.h> #include <openssl/rand.h> +#include <openssl/bn.h> #ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW_CSWIFT