Add tests for the WPACKET implementation
authorMatt Caswell <matt@openssl.org>
Thu, 8 Sep 2016 09:01:24 +0000 (10:01 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 13 Sep 2016 08:41:21 +0000 (09:41 +0100)
commitd6c4cc293974e622b387458d2293e29f8f14fbbb
tree30b685a2149c549d9f64835e948500bdd36f573a
parent796a627e0a816ffbd79f53fa7d349e4edb624573
Add tests for the WPACKET implementation

The tests will only work in no-shared builds because WPACKET is an
internal only API that does not get exported by the shared library.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/build.info
test/recipes/70-test_wpacket.t [new file with mode: 0644]
test/wpackettest.c [new file with mode: 0644]