cipherbytes_test: remove unused includes
authorEmilia Kasper <emilia@openssl.org>
Wed, 29 Mar 2017 10:48:41 +0000 (12:48 +0200)
committerEmilia Kasper <emilia@openssl.org>
Wed, 29 Mar 2017 10:48:41 +0000 (12:48 +0200)
cipherbytes_test does not use the testutil / test_main test framework.

Reviewed-by: Andy Polyakov <appro@openssl.org>
test/cipherbytes_test.c

index 9be42f71d6230c4dc0611c0cb5457e88a6c01943..90a4c93c13814429e664495cd66facbda1fac5ae 100644 (file)
@@ -19,8 +19,6 @@
 #include <openssl/tls1.h>
 
 #include "e_os.h"
 #include <openssl/tls1.h>
 
 #include "e_os.h"
-#include "test_main.h"
-#include "testutil.h"
 
 static int test_empty(SSL *s)
 {
 
 static int test_empty(SSL *s)
 {