Start to reduce some of the header bloat.

This commit is contained in:
Ben Laurie
2001-08-05 18:02:16 +00:00
parent db75357110
commit d66ace9da5
37 changed files with 1033 additions and 901 deletions

View File

@@ -59,6 +59,7 @@
#ifndef HEADER_ENGINE_H
#define HEADER_ENGINE_H
#include <openssl/types.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_RSA
#include <openssl/rsa.h>
@@ -70,8 +71,6 @@
#include <openssl/dh.h>
#endif
#include <openssl/rand.h>
#include <openssl/evp.h>
#include <openssl/pem.h>
#include <openssl/ui.h>
#include <openssl/symhacks.h>