commit | 0ed42d6159912a4099c3bbfac59da8eeaf2eff74 | [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> | Mon Jul 07 16:04:16 2014 +0200 |
tree | 1d8c250bb23aa7fad73d816efb40078cba6561c1 | |
parent | 7214f5437da744abaea60b294f039a040e3219ef [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 edb3107..0c543c7 100644 --- a/programs/test/o_p_test.c +++ b/programs/test/o_p_test.c
@@ -34,7 +34,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>