commit | 6a78ae2821e89a8838714496524fd39d9d21fb1b | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Wed Feb 17 13:41:26 2016 +0000 |
committer | Rich Salz <rsalz@openssl.org> | Wed Feb 17 09:16:01 2016 -0500 |
tree | d921157528c05bea47354fdda9bc14960dd200b6 | |
parent | d6b55faca3bc085ed487c1a69aa976f81cf1c7fa [diff] |
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>