engine.h includes all the needed header files, so don't do it again
authorRichard Levitte <levitte@openssl.org>
Thu, 26 Apr 2001 15:04:22 +0000 (15:04 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 26 Apr 2001 15:04:22 +0000 (15:04 +0000)
here.

crypto/engine/engine_int.h

index 00f345a5f17d8735c57515a6ae47db3f044b58ec..addf6b533b08bd369a83b0f095678494e1456d57 100644 (file)
 #ifndef HEADER_ENGINE_INT_H
 #define HEADER_ENGINE_INT_H
 
-#include <openssl/rsa.h>
-#include <openssl/dsa.h>
-#include <openssl/dh.h>
-#include <openssl/rand.h>
-#include <openssl/bn.h>
-#include <openssl/evp.h>
-
 /* Take public definitions from engine.h */
 #include <openssl/engine.h>