[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Wed Jan 31 21:18:14 UTC 2018


The branch master has been updated
       via  79a0e87648bb932d88f117e96dabd2c4eb44cb99 (commit)
      from  6b6981ef2963201dfcebc64b684d698c7b7ad17e (commit)


- Log -----------------------------------------------------------------
commit 79a0e87648bb932d88f117e96dabd2c4eb44cb99
Author: Andy Polyakov <appro at openssl.org>
Date:   Tue Jan 23 20:33:36 2018 +0100

    test/asn1_time_test.c: fix pre-C90 warning.
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>

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

Summary of changes:
 test/asn1_time_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/asn1_time_test.c b/test/asn1_time_test.c
index 113b6fb..9b44b71 100644
--- a/test/asn1_time_test.c
+++ b/test/asn1_time_test.c
@@ -89,7 +89,7 @@ static struct testdata tbl_testdata_pos_64bit[] = {
     { "20380119031408Z",   V_ASN1_GENERALIZEDTIME, V_ASN1_UTCTIME,         1,  (time_t)0x80000000,  1, 1, },
     { "20380119031409Z",   V_ASN1_GENERALIZEDTIME, V_ASN1_UTCTIME,         1,  (time_t)0x80000001,  1, 1, },
     { "380119031408Z",     V_ASN1_UTCTIME,         V_ASN1_UTCTIME,         1,  (time_t)0x80000000,  1, 1, },
-    { "20500101120000Z",   V_ASN1_GENERALIZEDTIME, V_ASN1_GENERALIZEDTIME, 1,  (time_t)2524651200,  1, 0, },
+    { "20500101120000Z",   V_ASN1_GENERALIZEDTIME, V_ASN1_GENERALIZEDTIME, 1,  (time_t)0x967b1ec0,  1, 0, },
 };
 
 /* ASSUMES SIGNED TIME_T */


More information about the openssl-commits mailing list