提交 c381b637 编写于 作者: A Andy Polyakov

ec/asm/ecp_nistz256-x86_64.pl: fix inconsistency in path handling.

Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 d45282fc
...@@ -42,7 +42,8 @@ ...@@ -42,7 +42,8 @@
# VIA Nano +37-130% # VIA Nano +37-130%
# #
# Ranges denote minimum and maximum improvement coefficients depending # Ranges denote minimum and maximum improvement coefficients depending
# on benchmark. # on benchmark. Lower coefficients are for ECDSA sign, relatively
# fastest server-side operation.
$flavour = shift; $flavour = shift;
$output = shift; $output = shift;
...@@ -3134,7 +3135,7 @@ ___ ...@@ -3134,7 +3135,7 @@ ___
# Convert ecp_nistz256_table.c to layout expected by ecp_nistz_gather_w7 # Convert ecp_nistz256_table.c to layout expected by ecp_nistz_gather_w7
# #
open TABLE,"<ecp_nistz256_table.c" or open TABLE,"<ecp_nistz256_table.c" or
open TABLE,"<${dir}/../ecp_nistz256_table.c" or open TABLE,"<${dir}../ecp_nistz256_table.c" or
die "failed to open ecp_nistz256_table.c:",$!; die "failed to open ecp_nistz256_table.c:",$!;
use integer; use integer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册