Skip to content

src: remove unnecessary call to SSL_get_mode#25711

Closed
sam-github wants to merge 1 commit intonodejs:masterfrom
sam-github:remove-ssl-get-mode
Closed

src: remove unnecessary call to SSL_get_mode#25711
sam-github wants to merge 1 commit intonodejs:masterfrom
sam-github:remove-ssl-get-mode

Conversation

@sam-github
Copy link
Copy Markdown
Contributor

SSL_set_mode() bit-ORs its argument into the current mode, its not
necessary for to do it ourself (though it doesn't cause harm).

See:

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. tls Issues and PRs related to the tls subsystem. labels Jan 25, 2019
@addaleax
Copy link
Copy Markdown
Member

Landed in dd317fc (“hidden” CI run was in https://ci.nodejs.org/job/node-test-pull-request/20383/)

@addaleax addaleax closed this Jan 28, 2019
addaleax pushed a commit that referenced this pull request Jan 28, 2019
addaleax pushed a commit that referenced this pull request Jan 28, 2019
@sam-github sam-github deleted the remove-ssl-get-mode branch January 29, 2019 16:27
@targos targos mentioned this pull request Jan 29, 2019
BethGriggs pushed a commit that referenced this pull request Apr 29, 2019
@BethGriggs BethGriggs mentioned this pull request May 1, 2019
BethGriggs pushed a commit that referenced this pull request May 10, 2019
MylesBorins pushed a commit that referenced this pull request May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. tls Issues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants