Commit 6a78ae28 authored by David Woodhouse's avatar David Woodhouse Committed by Rich Salz
Browse files

RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()

Commit 05c7b163

 ("Implement the use of heap manipulator implementions")
added 'file' and 'line' arguments to CRYPTO_free() and friends, but neglected
to fix up the !IMPLEMENTED case within CRYPTO_secure_free(). Add the missing
arguments there too.

Signed-off-by: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent d6b55fac
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