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:05 +00:00
parent 0a861ab7f3
commit 43eb3b0130
8 changed files with 0 additions and 25 deletions

View File

@@ -16,9 +16,6 @@ int main(int argc, char *argv[])
}
#else
#include <openssl/rsa.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#define SetKey \
key->n = BN_bin2bn(n, sizeof(n)-1, key->n); \