diff options
author | Dr. David von Oheimb <David.von.Oheimb@siemens.com> | 2019-11-05 09:56:59 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2019-12-12 11:57:25 +0100 |
commit | 3dbc5156b0b2c7a57be160706e6ad38a14edae37 (patch) | |
tree | e86c4b137be850621acfd835398b4bc1cf699467 /test/build.info | |
parent | rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failure (diff) | |
download | openssl-3dbc5156b0b2c7a57be160706e6ad38a14edae37.tar.xz openssl-3dbc5156b0b2c7a57be160706e6ad38a14edae37.zip |
chunk 6 of CMP contribution to OpenSSL
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10297)
Diffstat (limited to 'test/build.info')
-rw-r--r-- | test/build.info | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info index df6cc713fe..0be3ee078c 100644 --- a/test/build.info +++ b/test/build.info @@ -481,7 +481,8 @@ IF[{- !$disabled{tests} -}] DEPEND[conf_include_test]=../libcrypto libtestutil.a IF[{- !$disabled{cmp} -}] - PROGRAMS{noinst}=cmp_asn_test cmp_ctx_test cmp_status_test cmp_hdr_test + PROGRAMS{noinst}=cmp_asn_test cmp_ctx_test cmp_status_test cmp_hdr_test \ + cmp_protect_test cmp_msg_test ENDIF SOURCE[cmp_asn_test]=cmp_asn_test.c cmp_testlib.c @@ -500,6 +501,14 @@ IF[{- !$disabled{tests} -}] INCLUDE[cmp_status_test]=.. ../include ../apps/include DEPEND[cmp_status_test]=../libcrypto.a libtestutil.a + SOURCE[cmp_protect_test]=cmp_status_test.c cmp_testlib.c + INCLUDE[cmp_protect_test]=.. ../include ../apps/include + DEPEND[cmp_protect_test]=../libcrypto.a libtestutil.a + + SOURCE[cmp_msg_test]=cmp_status_test.c cmp_testlib.c + INCLUDE[cmp_msg_test]=.. ../include ../apps/include + DEPEND[cmp_msg_test]=../libcrypto.a libtestutil.a + # Internal test programs. These are essentially a collection of internal # test routines. Some of them need to reach internal symbols that aren't # available through the shared library (at least on Linux, Solaris, Windows |