From 04945524ddb3f3941d891f9dadfe8a3313be1349 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 4 Apr 2018 12:46:44 +0200 Subject: [PATCH] deps: fix typo in openssl upgrading doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/19789 Reviewed-By: Tobias Nießen Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat --- deps/openssl/doc/UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/openssl/doc/UPGRADING.md b/deps/openssl/doc/UPGRADING.md index fc229f1975776b..8b25962a952d2d 100644 --- a/deps/openssl/doc/UPGRADING.md +++ b/deps/openssl/doc/UPGRADING.md @@ -80,7 +80,7 @@ Since perl is not a build requirement in node, they all should be generated in advance and statically stored in the repository. We provide two sets of asm files, one is asm_latest(avx2 and addx supported) in `deps/openssl/asm` and the other asm_obsolete(without -avx1/2 and addx) in `deps/openssl/asm_obsolute`, which depends on +avx1/2 and addx) in `deps/openssl/asm_obsolete`, which depends on supported features in assemblers. Each directory has a `Makefile` to generate asm files with perl scripts in openssl sources.