Skip to content

Commit 1e72605

Browse files
hassaanptargos
authored andcommitted
doc: adjust paths in openssl maintenance guide
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 <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 5c70db4 commit 1e72605

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/guides/maintaining-openssl.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Update all architecture dependent files. Do not forget to git add or remove
8383
files if they are changed before commit:
8484
```sh
8585
% git add deps/openssl/config/archs
86-
% git add deps/openssl/openssl/crypto/include/internal/bn_conf.h
87-
% git add deps/openssl/openssl/crypto/include/internal/dso_conf.h
86+
% git add deps/openssl/openssl/include/crypto/bn_conf.h
87+
% git add deps/openssl/openssl/include/crypto/dso_conf.h
8888
% git add deps/openssl/openssl/include/openssl/opensslconf.h
8989
% git commit
9090
```
@@ -98,8 +98,8 @@ The commit message can be (with the openssl version set to the relevant value):
9898
$ cd deps/openssl/config
9999
$ make
100100
$ git add deps/openssl/config/archs
101-
$ git add deps/openssl/openssl/crypto/include/internal/bn_conf.h
102-
$ git add deps/openssl/openssl/crypto/include/internal/dso_conf.h
101+
$ git add deps/openssl/openssl/include/crypto/bn_conf.h
102+
$ git add deps/openssl/openssl/include/crypto/dso_conf.h
103103
$ git add deps/openssl/openssl/include/openssl/opensslconf.h
104104
$ git commit
105105
```

0 commit comments

Comments
 (0)