Make no-engine work again...

This commit is contained in:
Dr. Stephen Henson
2008-12-20 17:04:09 +00:00
parent 2a76c68842
commit 2cad035c01
5 changed files with 4 additions and 7 deletions

View File

@@ -58,6 +58,7 @@
#include <stdio.h>
#include <string.h>
#include <openssl/e_os2.h>
#ifdef OPENSSL_NO_ENGINE
int main(int argc, char *argv[])
@@ -66,7 +67,6 @@ int main(int argc, char *argv[])
return(0);
}
#else
#include <openssl/e_os2.h>
#include <openssl/buffer.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>