Convert a big "if" into a "switch"
authorMatt Caswell <matt@openssl.org>
Mon, 31 Oct 2016 10:00:45 +0000 (10:00 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 2 Nov 2016 13:08:21 +0000 (13:08 +0000)
commit2abacef13ab19b842a9217d6c464b4001980c0f6
tree23606897ad6b9b8a4e69da0c4d48f2aaabe50ac5
parent84a68336581b7d25fefe693bf92b5b3751f4b5f6
Convert a big "if" into a "switch"

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/ssl_lib.c