Commit 8bd8221b authored by Matt Caswell's avatar Matt Caswell
Browse files

Variable was declared static when it shouldn't be



The local variable tmp was declared static when it shouldn't be. This
is in the no-threads implementation, and it was immediately initialised
to something else on every invokation of the function so it doesn't break
anything...but still shouldn't be there.

Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
parent 5e136d7a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment