]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/internal/packet.h
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)
17 files changed:
crypto/build.info
crypto/packet.c [moved from ssl/packet.c with 99% similarity]
include/internal/packet.h [moved from ssl/packet_locl.h with 100% similarity]
ssl/build.info
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