summaryrefslogtreecommitdiffstats
path: root/test/asynctest.c
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:38:55 +0200
commit4c8b3b5c5a509af641bdb1de688f3e6a7476ddb5 (patch)
tree7a48bfef09d6abdaf3b5a30a610d897f7149f2ed /test/asynctest.c
parent231fa2b76667c6e9cdf0d57991c1ab05b82a36bc (diff)
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>
Diffstat (limited to 'test/asynctest.c')
-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;