Replace accidentally used C99 macro __func__ with __FILE__/__LINE__
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 22 Jun 2018 07:41:29 +0000 (09:41 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sat, 23 Jun 2018 17:18:30 +0000 (19:18 +0200)
commit24fa4b8df03c3fc8f100c1fbc44a7157b138d44a
treeb8cd402a4391000a182b69a7aa5ce93b369ed4e1
parenta6efd86241861a85d75c3b564501e34f74a4ebdb
Replace accidentally used C99 macro __func__ with __FILE__/__LINE__

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6558)
engines/e_afalg.c