Fix a bogus warning about an uninitialised var
authorMatt Caswell <matt@openssl.org>
Tue, 22 May 2018 12:34:42 +0000 (13:34 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 23 May 2018 14:13:23 +0000 (15:13 +0100)
commitd8908c3310240bb0efd9b17c663a8b9e47bf31dc
tree2cc7517a61233fb08c2cf94964fa59272583f3f5
parentf2bb6b8d81944261f65e3231f6eb707a9185162a
Fix a bogus warning about an uninitialised var

The variable in question can never be used uninitialised, but we silence
the compiler anyway.

Fixes #6301

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6329)
crypto/rsa/rsa_oaep.c