Commit e3ff0892 authored by Richard Levitte's avatar Richard Levitte
Browse files

Small fix in OpenSSL::Test



Be careful when shifting in a function argument, you end up changing
the caller's value.  Instead, when it is an array, make a shallow copy
and shift in that instead.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 5beb63c4
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