doc: adjust paths in openssl maintenance guide#32593
doc: adjust paths in openssl maintenance guide#32593hassaanp wants to merge 1 commit intonodejs:masterfrom
Conversation
sam-github
left a comment
There was a problem hiding this comment.
Changes LGTM.
[ ] commit message follows commit guidelines
^--- please amend (git commit --amend ) your commit message, it is longer than 50 chars, and is not descriptive. I suggest:
doc: adjust paths in openssl maintenance guide
addaleax
left a comment
There was a problem hiding this comment.
LGTM
Just to be clear, the commit message can also be updated by whoever merges this.
@hassaanp, we can do that for you if you'd like, but you look like you are on track to becoming a consistent contributor, so its worth getting up to speed on how to use git to maintain your branches, and becoming familiar with the contribution guidelines. |
|
@sam-github - you are right. I will fix the commit and push it shortly. |
The path for the crypto files in the `deps/openssl/openssl/` after running `cd deps/openssl/config && make` has been changed. The original path `deps/openssl/openssl/crypto/includes/internal/` now maps to `deps/openssl/openssl/includes/crypto`for the files that need to be added for the commit.
5cf2a23 to
8ec3211
Compare
|
@sam-github applied your suggestion. |
|
Landed in a1b6ae6, thanks for the PR! |
The path for the crypto files in the `deps/openssl/openssl/` after running `cd deps/openssl/config && make` has been changed. The original path `deps/openssl/openssl/crypto/includes/internal/` now maps to `deps/openssl/openssl/includes/crypto`for the files that need to be added for the commit. PR-URL: #32593 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
The path for the crypto files in the `deps/openssl/openssl/` after running `cd deps/openssl/config && make` has been changed. The original path `deps/openssl/openssl/crypto/includes/internal/` now maps to `deps/openssl/openssl/includes/crypto`for the files that need to be added for the commit. PR-URL: #32593 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
The path for the crypto files in the `deps/openssl/openssl/` after running `cd deps/openssl/config && make` has been changed. The original path `deps/openssl/openssl/crypto/includes/internal/` now maps to `deps/openssl/openssl/includes/crypto`for the files that need to be added for the commit. PR-URL: #32593 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
The path for the crypto files in the `deps/openssl/openssl/` after running `cd deps/openssl/config && make` has been changed. The original path `deps/openssl/openssl/crypto/includes/internal/` now maps to `deps/openssl/openssl/includes/crypto`for the files that need to be added for the commit. PR-URL: #32593 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
The path for the crypto files in the
deps/openssl/openssl/after running
cd deps/openssl/config && makehas been changed.The original path
deps/openssl/openssl/crypto/includes/internal/now maps to
deps/openssl/openssl/includes/cryptofor the files thatneed to be added for the commit.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes