[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Emilia Kasper emilia at openssl.org
Tue Mar 28 12:40:10 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  4c8b3b5c5a509af641bdb1de688f3e6a7476ddb5 (commit)
      from  231fa2b76667c6e9cdf0d57991c1ab05b82a36bc (commit)


- Log -----------------------------------------------------------------
commit 4c8b3b5c5a509af641bdb1de688f3e6a7476ddb5
Author: Emilia Kasper <emilia at openssl.org>
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 <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

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;


More information about the openssl-commits mailing list