]> granicus.if.org Git - openssl/commit
asynctest: don't depend on apps
authorEmilia Kasper <emilia@openssl.org>
Tue, 28 Mar 2017 11:08:07 +0000 (13:08 +0200)
committerEmilia Kasper <emilia@openssl.org>
Tue, 28 Mar 2017 12:38:55 +0000 (14:38 +0200)
commit4c8b3b5c5a509af641bdb1de688f3e6a7476ddb5
tree7a48bfef09d6abdaf3b5a30a610d897f7149f2ed
parent231fa2b76667c6e9cdf0d57991c1ab05b82a36bc
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>
test/asynctest.c