summaryrefslogtreecommitdiffstats
path: root/test/cipherbytes_test.c
diff options
context:
space:
mode:
authorEmilia Kasper <emilia@openssl.org>2017-03-29 12:48:41 +0200
committerEmilia Kasper <emilia@openssl.org>2017-03-29 12:48:41 +0200
commit6edc71456463f66008b9cf40dadf00aba037f8da (patch)
tree95a5df5a5f93f69530047b7fe48872791b1be247 /test/cipherbytes_test.c
parent8ab9af5e28032478dd130467751b2e241eaee719 (diff)
cipherbytes_test: remove unused includes
cipherbytes_test does not use the testutil / test_main test framework. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'test/cipherbytes_test.c')
-rw-r--r--test/cipherbytes_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cipherbytes_test.c b/test/cipherbytes_test.c
index 9be42f71d6..90a4c93c13 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)
{