We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form

of unneeded includes of openssl/engine.h.
This commit is contained in:
Richard Levitte
2003-04-08 06:00:17 +00:00
parent 78490b9cc2
commit 27310553b1
8 changed files with 0 additions and 24 deletions

View File

@@ -68,9 +68,6 @@
#include <openssl/rand.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#ifdef OPENSSL_NO_DSA
int main(int argc, char *argv[])