mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 03:54:14 +08:00
constant time test: include our internal/numbers.h rather than limits.h
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1856)
This commit is contained in:
parent
3ee24d4aca
commit
c76da13cd9
@ -9,12 +9,12 @@
|
||||
|
||||
#include "internal/constant_time_locl.h"
|
||||
#include "e_os.h"
|
||||
#include <openssl/e_os2.h>
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "internal/numbers.h"
|
||||
|
||||
static const unsigned int CONSTTIME_TRUE = (unsigned)(~0);
|
||||
static const unsigned int CONSTTIME_FALSE = 0;
|
||||
static const unsigned char CONSTTIME_TRUE_8 = 0xff;
|
||||
|
Loading…
Reference in New Issue
Block a user