Commit 83ef21e5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

openssl: fix bad memory free (regression)

... by partially reverting f975f060. The allocation could be made by
OpenSSL so the free must be made with OPENSSL_free() to avoid problems.

Reported-by: Harold Stuart
Fixes #1005
parent 85033bcf
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