Make the PACKET/WPACKET code available to both libcrypto and libssl
authorMatt Caswell <matt@openssl.org>
Fri, 7 Jun 2019 15:32:49 +0000 (16:32 +0100)
committerPauli <paul.dale@oracle.com>
Thu, 11 Jul 2019 20:26:46 +0000 (06:26 +1000)
commit0d345f0e10b14392925479fc61b6c9072a9605a3
treeb9de0309ec60a7f1d6cb4fe675c2b59a4e58bf22
parent54846b7c6ef5718f507def9d192628133f97fe20
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)
19 files changed:
crypto/build.info
crypto/packet.c [new file with mode: 0644]
include/internal/packet.h [new file with mode: 0644]
ssl/build.info
ssl/packet.c [deleted file]
ssl/packet_locl.h [deleted file]
ssl/record/rec_layer_d1.c
ssl/record/rec_layer_s3.c
ssl/ssl_locl.h
ssl/ssl_rsa.c
test/asynciotest.c
test/bad_dtls_test.c
test/build.info
test/clienthellotest.c
test/packettest.c
test/servername_test.c
test/sslbuffertest.c
test/tls13ccstest.c
test/wpackettest.c