The branch OpenSSL_1_1_0-stable has been updated
via 4c8b3b5c5a509af641bdb1de688f3e6a7476ddb5 (commit)
from 231fa2b76667c6e9cdf0d57991c1ab05b82a36bc (commit)
- Log -----------------------------------------------------------------
commit 4c8b3b5c5a509af641bdb1de688f3e6a7476ddb5
Author: Emilia Kasper <[email protected]>
Date: Tue Mar 28 13:08:07 2017 +0200
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 <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
test/asynctest.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/asynctest.c b/test/asynctest.c
index 7be2e5f..eef3c32 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;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits