diff options
author | Matt Caswell <matt@openssl.org> | 2019-06-07 17:32:49 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2019-07-11 22:26:46 +0200 |
commit | 0d345f0e10b14392925479fc61b6c9072a9605a3 (patch) | |
tree | b9de0309ec60a7f1d6cb4fe675c2b59a4e58bf22 /test/build.info | |
parent | Add simple ASN.1 utils for DSA signature DER. (diff) | |
download | openssl-0d345f0e10b14392925479fc61b6c9072a9605a3.tar.xz openssl-0d345f0e10b14392925479fc61b6c9072a9605a3.zip |
Make the PACKET/WPACKET code available to both libcrypto and libssl
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9111)
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 a61c0ce2be..e38f142259 100644 --- a/test/build.info +++ b/test/build.info @@ -587,7 +587,7 @@ IF[{- !$disabled{tests} -}] IF[{- !$disabled{shared} -}] PROGRAMS{noinst}=tls13secretstest SOURCE[tls13secretstest]=tls13secretstest.c - SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../ssl/packet.c + SOURCE[tls13secretstest]= ../ssl/tls13_enc.c ../crypto/packet.c INCLUDE[tls13secretstest]=.. ../include ../apps/include DEPEND[tls13secretstest]=../libcrypto ../libssl libtestutil.a ENDIF |