]> git.ipfire.org Git - thirdparty/openssl.git/commit
Split out non record layer functions out of s3_pkt.c and d1_pkt.c into
authorMatt Caswell <matt@openssl.org>
Mon, 2 Feb 2015 10:05:09 +0000 (10:05 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 26 Mar 2015 15:01:59 +0000 (15:01 +0000)
commitc103c7e266145dc922115a2c3079776bb8216939
tree6bc0602f7dd8de26dc8a30dddc5249b46c795b4b
parent02a36fdae8cb503e2f88eac52eb3053431089397
Split out non record layer functions out of s3_pkt.c and d1_pkt.c into
the new files s3_msg.c and s1_msg.c respectively.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/Makefile
ssl/d1_msg.c [new file with mode: 0644]
ssl/d1_pkt.c
ssl/s3_msg.c [new file with mode: 0644]
ssl/s3_pkt.c
ssl/ssl_locl.h