[openssl] master update

Dr. Paul Dale pauli at openssl.org
Thu Mar 28 06:37:41 UTC 2019


The branch master has been updated
       via  a9e34e9ef103835d73683945cdf4606613c1b89b (commit)
      from  045162e52c7eabe241cc831f3fb0f81ba47b8e48 (commit)


- Log -----------------------------------------------------------------
commit a9e34e9ef103835d73683945cdf4606613c1b89b
Author: Pauli <paul.dale at oracle.com>
Date:   Thu Mar 28 15:02:19 2019 +1000

    Fix test builds.
    
    /usr/include/bits/waitstatus.h includes endian.h under some libc's.
    This clashes with the new test header file, so rename the latter.
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8600)

-----------------------------------------------------------------------

Summary of changes:
 test/{endian.h => ossl_test_endian.h} | 0
 test/params_api_test.c                | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename test/{endian.h => ossl_test_endian.h} (100%)

diff --git a/test/endian.h b/test/ossl_test_endian.h
similarity index 100%
rename from test/endian.h
rename to test/ossl_test_endian.h
diff --git a/test/params_api_test.c b/test/params_api_test.c
index c99af3d..15dfb16 100644
--- a/test/params_api_test.c
+++ b/test/params_api_test.c
@@ -11,7 +11,7 @@
 #include <string.h>
 #include "testutil.h"
 #include "internal/nelem.h"
-#include "endian.h"
+#include "ossl_test_endian.h"
 #include <openssl/params.h>
 #include <openssl/bn.h>
 


More information about the openssl-commits mailing list