aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2017-03-28 13:08:07 +0200
committerEmilia Kasper <emilia@openssl.org>2017-03-28 14:40:25 +0200
commita0f44a34d2bbf030414de9c0a1eaaaab0b1e62db (patch)
tree970b1a4edf8ec4e3772638aa6220770ac133e9a0
parent24053693b0c4233c9a83bbb84fcfc3271215a4b0 (diff)
downloadopenssl-a0f44a34d2bbf030414de9c0a1eaaaab0b1e62db.tar.gz
asynctest: don't depend on apps
Remove unnecessary include of apps.h. Tests shouldn't take a dependency on apps. In this case, there is no dependency, the include is unnecessary. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--test/asynctest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/asynctest.c b/test/asynctest.c
index 7be2e5f888..eef3c3214c 100644
--- a/test/asynctest.c
+++ b/test/asynctest.c
@@ -15,7 +15,6 @@
#include <string.h>
#include <openssl/async.h>
#include <openssl/crypto.h>
-#include <../apps/apps.h>
static int ctr = 0;
static ASYNC_JOB *currjob = NULL;