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.
This commit is contained in:
Geoff Thorpe
2004-05-17 18:56:15 +00:00
parent d095b68d63
commit f15390bdb4
8 changed files with 8 additions and 0 deletions

View File

@@ -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