Skip to content

Conversation

@mattcaswell
Copy link
Member

SSL_trace() has a case which was inadvertently falling through.

My compiler was complaining about this fall through. The same problem exists in 1.0.2 but for some reason that I don't understand my compiler isn't complaining about that one - but we should fix it anyway. The cherry-pick isn't entirely clean but it is trivial to resolve. This doesn't affect the master branch.

Checklist
  • documentation is added or updated
  • tests are added or updated

SSL_trace() has a case which was inadvertently falling through.
@mattcaswell mattcaswell added branch: 1.0.2 Applies to OpenSSL_1_0_2-stable branch (EOL) 1.1.0 labels Dec 10, 2017
levitte pushed a commit that referenced this pull request Dec 11, 2017
SSL_trace() has a case which was inadvertently falling through.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #4888)
levitte pushed a commit that referenced this pull request Dec 11, 2017
SSL_trace() has a case which was inadvertently falling through.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from #4888)

(cherry picked from commit 5bfb357)
@mattcaswell
Copy link
Member Author

Pushed. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch: 1.0.2 Applies to OpenSSL_1_0_2-stable branch (EOL)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants