]> granicus.if.org Git - zfs/commit
hkdf_test binary should only have one icp instance
authorDon Brady <don.brady@delphix.com>
Wed, 5 Jun 2019 21:21:25 +0000 (15:21 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Jun 2019 19:45:40 +0000 (12:45 -0700)
commit5108d27aec5280b9f4d2a16c2feeca76d05a5ca6
tree5de3d7f01430de29078a8bbe5aab329ee2c988c1
parent02010e9c2c1b3a8944f7c589284a9a2de5086797
hkdf_test binary should only have one icp instance

The build for test binary hkdf_test was linking both against libicp
and libzpool. This results in two instances of libicp inside the
binary but the call to icp_init() only initializes one of them!

Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Don Brady <don.brady@delphix.com>
Closes #8850
tests/zfs-tests/tests/functional/hkdf/Makefile.am