test/drbgtest.c: call OPENSSL_thread_stop() explicitly
authorRichard Levitte <levitte@openssl.org>
Wed, 6 Feb 2019 19:51:47 +0000 (20:51 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Feb 2019 19:16:18 +0000 (20:16 +0100)
commiteaacc2475044b624a7b3b1ecd9ebe5953a6ff45d
treee417be2f390425e1064fa4a66cf80b710290e216
parente1cce612a6520555805c25be2539f231c22696d9
test/drbgtest.c: call OPENSSL_thread_stop() explicitly

The manual says this in its notes:

    ... and therefore applications using static linking should also call
    OPENSSL_thread_stop() on each thread. ...

Fixes #8171

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/8173)

(cherry picked from commit 03cdfe1efaf2a3b5192b8cb3ef331939af7bfeb8)
test/drbgtest.c