[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Mon Jan 22 20:06:53 UTC 2018
The branch master has been updated
via bbc92cd129451649c785a17fcc09b07df1a5bd68 (commit)
from fa7435820ee9075fa542baf2577b77f5fd8f801d (commit)
- Log -----------------------------------------------------------------
commit bbc92cd129451649c785a17fcc09b07df1a5bd68
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Jan 22 17:51:51 2018 +0100
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 at hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5136)
-----------------------------------------------------------------------
Summary of changes:
test/ossl_shim/packeted_bio.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/ossl_shim/packeted_bio.h b/test/ossl_shim/packeted_bio.h
index bd3e3d1..0a36b2c 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>
More information about the openssl-commits
mailing list