]> git.ipfire.org Git - thirdparty/strongswan.git/commit
tls: Move variable sized tls_record_t struct to end of tls_t data
authorMartin Willi <martin@revosec.ch>
Thu, 8 May 2014 11:31:18 +0000 (13:31 +0200)
committerMartin Willi <martin@revosec.ch>
Fri, 16 May 2014 13:42:07 +0000 (15:42 +0200)
commite2bf45a491536ab93c2b2ce1244690982ac728cf
tree65a4273ca58f019168dd6056b16996c2642f8d27
parent6eff96f543af38c23d70efe79f771402e020bc65
tls: Move variable sized tls_record_t struct to end of tls_t data

clang complains about the the non-last variable length member.
src/libtls/tls.c