RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 17 Feb 2016 13:41:26 +0000 (13:41 +0000)
committerRich Salz <rsalz@openssl.org>
Wed, 17 Feb 2016 14:16:01 +0000 (09:16 -0500)
commit6a78ae2821e89a8838714496524fd39d9d21fb1b
treed921157528c05bea47354fdda9bc14960dd200b6
parentd6b55faca3bc085ed487c1a69aa976f81cf1c7fa
RT4313: Fix build for !IMPLEMENTED code path in CRYPTO_secure_free()

Commit 05c7b1631 ("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: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/mem_sec.c