RT3955: Reduce some stack usage
authorRich Salz <rsalz@akamai.com>
Fri, 4 Sep 2015 12:13:19 +0000 (08:13 -0400)
committerRich Salz <rsalz@openssl.org>
Sat, 5 Sep 2015 21:40:48 +0000 (17:40 -0400)
Use malloc/free instead of big onstack buffers.

Reviewed-by: Tim Hudson <tjh@openssl.org>

No differences found