Fix clang compile time error
authorTodd Short <tshort@akamai.com>
Wed, 3 May 2017 14:26:17 +0000 (10:26 -0400)
committerRichard Levitte <levitte@openssl.org>
Thu, 4 May 2017 03:37:30 +0000 (05:37 +0200)
|version| "could" be used uninitialized here, not really, but the
compiler doesn't understand the flow

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3373)


No differences found