projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2405369
)
asynctest: don't depend on apps
author
Emilia Kasper
<emilia@openssl.org>
Tue, 28 Mar 2017 11:08:07 +0000
(13:08 +0200)
committer
Emilia Kasper
<emilia@openssl.org>
Tue, 28 Mar 2017 12:40:25 +0000
(14:40 +0200)
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>
test/asynctest.c
patch
|
blob
|
history
diff --git
a/test/asynctest.c
b/test/asynctest.c
index 7be2e5f8889043eb3b78132885b7410181101467..eef3c3214ce9f3ef862001800e860862dd414f02 100644
(file)
--- 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;