]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/internal/packet.h
Encourage use of the macros for the various "sub" functions
authorMatt Caswell <matt@openssl.org>
Tue, 13 Sep 2016 14:42:12 +0000 (15:42 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 13 Sep 2016 23:02:34 +0000 (00:02 +0100)
commit869d0a37cfa7cfdbd42026d2b75d14cdc64e81e0
tree6be4c4cf435f3f4393493e156a660d4e7d8331ba
parentc9216d1485a350585a7363f46f3e69a840f2d385
Encourage use of the macros for the various "sub" functions

Don't call WPACKET_sub_memcpy(), WPACKET_sub_allocation_bytes() and
WPACKET_start_sub_packet_len() directly.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/packet.c
ssl/packet_locl.h
test/wpackettest.c