mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Add conditional to 64-bit tests
This commit is contained in:
@ -27420,6 +27420,7 @@ static void test_wolfSSL_ASN1_INTEGER_set()
|
|||||||
AssertIntEQ(ret, 1);
|
AssertIntEQ(ret, 1);
|
||||||
wolfSSL_ASN1_INTEGER_free(a);
|
wolfSSL_ASN1_INTEGER_free(a);
|
||||||
|
|
||||||
|
#ifndef TIME_T_NOT_64BIT
|
||||||
/* 2147483648 */
|
/* 2147483648 */
|
||||||
a = wolfSSL_ASN1_INTEGER_new();
|
a = wolfSSL_ASN1_INTEGER_new();
|
||||||
val = 2147483648;
|
val = 2147483648;
|
||||||
@ -27434,6 +27435,7 @@ static void test_wolfSSL_ASN1_INTEGER_set()
|
|||||||
AssertIntEQ(a->negative, 1);
|
AssertIntEQ(a->negative, 1);
|
||||||
AssertIntEQ(ret, 1);
|
AssertIntEQ(ret, 1);
|
||||||
wolfSSL_ASN1_INTEGER_free(a);
|
wolfSSL_ASN1_INTEGER_free(a);
|
||||||
|
#endif
|
||||||
|
|
||||||
printf(resultFmt, passed);
|
printf(resultFmt, passed);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user