[openssl-commits] [openssl] master update
Emilia Kasper
emilia at openssl.org
Wed Mar 29 12:01:58 UTC 2017
The branch master has been updated
via 6edc71456463f66008b9cf40dadf00aba037f8da (commit)
from 8ab9af5e28032478dd130467751b2e241eaee719 (commit)
- Log -----------------------------------------------------------------
commit 6edc71456463f66008b9cf40dadf00aba037f8da
Author: Emilia Kasper <emilia at openssl.org>
Date: Wed Mar 29 12:48:41 2017 +0200
cipherbytes_test: remove unused includes
cipherbytes_test does not use the testutil / test_main test framework.
Reviewed-by: Andy Polyakov <appro at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
test/cipherbytes_test.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/test/cipherbytes_test.c b/test/cipherbytes_test.c
index 9be42f7..90a4c93 100644
--- a/test/cipherbytes_test.c
+++ b/test/cipherbytes_test.c
@@ -19,8 +19,6 @@
#include <openssl/tls1.h>
#include "e_os.h"
-#include "test_main.h"
-#include "testutil.h"
static int test_empty(SSL *s)
{
More information about the openssl-commits
mailing list