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>
This commit is contained in:
parent
24053693b0
commit
a0f44a34d2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue