commit | 5eb264cfa732c9584e290dbeb6dd09eed8c040bd | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 23 15:43:07 2014 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 23 15:47:29 2014 +0100 |
tree | 78b61e216d44161fe055deb3d5169bbea5a7da85 | |
parent | 1b460440afe47fcc521548e6cb836865380e9b9c [diff] [blame] |
Minor fixes to o_p_test.c (CMakeLists.txt and includes)
diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c index 0665098..3a6c693 100644 --- a/programs/test/o_p_test.c +++ b/programs/test/o_p_test.c
@@ -32,7 +32,9 @@ #include <sys/stat.h> #include <openssl/rsa.h> +#ifndef OPENSSL_NO_ENGINE #include <openssl/engine.h> +#endif #include <openssl/pem.h> #include <openssl/bio.h>