From 17d1d164418552089fcd72568e97a88b17ec1d21 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Fri, 13 Sep 2019 08:55:54 -0700 Subject: deps: upgrade openssl sources to 1.1.1d This updates all sources in deps/openssl/openssl by: $ cd deps/openssl/ $ rm -rf openssl $ tar zxf ~/tmp/openssl-1.1.0h.tar.gz $ mv openssl-1.1.0h openssl $ git add --all openssl $ git commit openssl PR-URL: https://github.com/nodejs/node/pull/29550 Reviewed-By: Ben Noordhuis Reviewed-By: Anna Henningsen --- deps/openssl/openssl/doc/HOWTO/proxy_certificates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/openssl/openssl/doc/HOWTO/proxy_certificates.txt') diff --git a/deps/openssl/openssl/doc/HOWTO/proxy_certificates.txt b/deps/openssl/openssl/doc/HOWTO/proxy_certificates.txt index 2936cd6e51..3c42349261 100644 --- a/deps/openssl/openssl/doc/HOWTO/proxy_certificates.txt +++ b/deps/openssl/openssl/doc/HOWTO/proxy_certificates.txt @@ -255,7 +255,7 @@ Here is some skeleton code you can fill in: /* * process_rights() is supposed to be a procedure - * that takes a string and it's length, interprets + * that takes a string and its length, interprets * it and sets the bits in the YOUR_RIGHTS pointed * at by the third argument. */ -- cgit v1.2.3