浏览代码

Gate assembly sources on !OPENSSL_NO_ASM.

Change-Id: I32b37306265e89afca568f20bfba2e04559c4f0b
Reviewed-on: https://boringssl-review.googlesource.com/14527
Commit-Queue: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
kris/onging/CECPQ3_patch15
Adam Langley 7 年前
committed by CQ bot account: commit-bot@chromium.org
父节点
当前提交
107d4388cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      crypto/perlasm/x86_64-xlate.pl

+ 1
- 1
crypto/perlasm/x86_64-xlate.pl 查看文件

@@ -1134,7 +1134,7 @@ ___
OPTION DOTNAME
___
}
print STDOUT "#if defined(__x86_64__)\n" if ($gas);
print STDOUT "#if defined(__x86_64__) && !defined(OPENSSL_NO_ASM)\n" if ($gas);

while(defined(my $line=<>)) {



正在加载...
取消
保存