More updates for the header cleanups (and apologies, again, for not having

consolidated these prior to committing).
This commit is contained in:
Geoff Thorpe 2004-04-19 18:30:41 +00:00
parent 0fc07a0f9c
commit 28ded31b97
5 changed files with 10 additions and 0 deletions

View File

@ -70,6 +70,9 @@
#include <openssl/pem.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include <openssl/dsa.h>
#include <openssl/dh.h>
/* This testing gunk is implemented (and explained) lower down. It also assumes
* the application explicitly calls "ENGINE_load_openssl()" because this is no

View File

@ -61,6 +61,7 @@
#include <openssl/objects.h>
#include <openssl/engine.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_4758_CCA

View File

@ -71,6 +71,7 @@ typedef int pid_t;
#include <openssl/buffer.h>
#include <openssl/rsa.h>
#include <openssl/dsa.h>
#include <openssl/dh.h>
#ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_AEP

View File

@ -65,6 +65,8 @@
#include <openssl/engine.h>
#include <openssl/ui.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include <openssl/dh.h>
#ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_NCIPHER

View File

@ -57,6 +57,9 @@
#include <openssl/dso.h>
#include <openssl/engine.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include <openssl/dsa.h>
#include <openssl/dh.h>
#ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_SUREWARE