summaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/packeted_bio.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-01-22 17:51:51 +0100
committerRichard Levitte <levitte@openssl.org>2018-01-22 21:06:50 +0100
commitbbc92cd129451649c785a17fcc09b07df1a5bd68 (patch)
tree4ee28ccf155253a395390fa0e80b452184181375 /test/ossl_shim/packeted_bio.h
parentfa7435820ee9075fa542baf2577b77f5fd8f801d (diff)
test/ossl_shim/packeted_bio.h: don't include e_os.h
That inclusion turned out to be completely unnecessary [extended tests] Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5136)
Diffstat (limited to 'test/ossl_shim/packeted_bio.h')
-rw-r--r--test/ossl_shim/packeted_bio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ossl_shim/packeted_bio.h b/test/ossl_shim/packeted_bio.h
index bd3e3d1ff8..0a36b2c53e 100644
--- a/test/ossl_shim/packeted_bio.h
+++ b/test/ossl_shim/packeted_bio.h
@@ -10,7 +10,6 @@
#ifndef HEADER_PACKETED_BIO
#define HEADER_PACKETED_BIO
-#include "../../e_os.h"
#include <openssl/base.h>
#include <openssl/bio.h>