OBJ_obj2txt(): fix off-by-one documentation of the result - backport to 1.1.1#17221
Closed
DDvO wants to merge 2 commits intoopenssl:OpenSSL_1_1_1-stablefrom
Closed
OBJ_obj2txt(): fix off-by-one documentation of the result - backport to 1.1.1#17221DDvO wants to merge 2 commits intoopenssl:OpenSSL_1_1_1-stablefrom
OBJ_obj2txt(): fix off-by-one documentation of the result - backport to 1.1.1#17221DDvO wants to merge 2 commits intoopenssl:OpenSSL_1_1_1-stablefrom
Conversation
This backports the doc improvements of openssl#17188.
t8m
approved these changes
Dec 7, 2021
Collaborator
|
This pull request is ready to merge |
Contributor
Author
|
Merged to 1.1.1 - thanks @t8m |
openssl-machine
pushed a commit
that referenced
this pull request
Dec 9, 2021
Reviewed-by: Tomas Mraz <[email protected]> (Merged from #17221)
Contributor
Author
|
I just found that I had forgotten to push the 2nd commit 3c56057 - done now. |
baentsch
added a commit
to open-quantum-safe/openssl
that referenced
this pull request
Jun 23, 2022
This backports #17189 to 1.1.1.
Doing so, I found that part of the reason why a cherry-pick did not apply cleanly was that the file still used
B<...>for parameter names.So for consistency I changed all remaining ones of those
B<...>toI<...>, in a separate commit.