testutil_init.c: fix compilation error with enable-trace
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 31 Dec 2019 11:30:01 +0000 (12:30 +0100)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 10 Jan 2020 03:28:48 +0000 (13:28 +1000)
commit7671420d9ebd18242f571866c6adca6f8bcb2f90
tree9158a789514d4d47eec3ab4e6fea6a5300b31eac
parent11b44359862632e283feabf15dab85bb550ebace
testutil_init.c: fix compilation error with enable-trace

In commit e79ae962fbed the tests were adapted to use the
new BIO_f_prefix() API which was introduced in 319cee9e2fc6.
This location was missed, because it is compiled only when
tracing is enabled.

Fixes #10731

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10732)
test/testutil/testutil_init.c