提交 c76da13c 编写于 作者: R Richard Levitte

constant time test: include our internal/numbers.h rather than limits.h

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1856)
上级 3ee24d4a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册