diff options
author | Pauli <paul.dale@oracle.com> | 2020-11-04 04:05:46 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-11-19 23:24:21 +0100 |
commit | 15f54941bd4c0324f1c8d7773db56004183a9cb7 (patch) | |
tree | 95c43041ff818eed9dcab78aadbbdebb227bc590 /test/build.info | |
parent | disassociate test RNG from the DRBGs (diff) | |
download | openssl-15f54941bd4c0324f1c8d7773db56004183a9cb7.tar.xz openssl-15f54941bd4c0324f1c8d7773db56004183a9cb7.zip |
test RNG: set state to uninitialised as part of uninstantiate call.
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/13226)
Diffstat (limited to 'test/build.info')
-rw-r--r-- | test/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info index b7fafb7eba..0ce3e27ae8 100644 --- a/test/build.info +++ b/test/build.info @@ -381,7 +381,7 @@ IF[{- !$disabled{tests} -}] DEPEND[recordlentest]=../libcrypto ../libssl libtestutil.a SOURCE[drbgtest]=drbgtest.c - INCLUDE[drbgtest]=../include ../apps/include + INCLUDE[drbgtest]=../include ../apps/include ../providers/common/include DEPEND[drbgtest]=../libcrypto.a libtestutil.a SOURCE[rand_status_test]=rand_status_test.c |