]> granicus.if.org Git - openssl/commit
Fix erroneous fall thgrough in switch statement
authorMatt Caswell <matt@openssl.org>
Mon, 15 Feb 2016 15:43:28 +0000 (15:43 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:39:28 +0000 (21:39 +0000)
commit0707741532b6f5f6c03a6016bd41cbc7f9e2cc7a
tree66005e9a48f39cac5896b1c7c08017557161e234
parentfd068d50c4e19b6e860a303a6bec1c1803f5465e
Fix erroneous fall thgrough in switch statement

Fix an erroenous fall through when setting the max_pipelines value.

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/ssl_lib.c