CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/14 14:49:29
Modified files:
lib/libssl/src/ssl: s3_both.c s3_pkt.c ssl3.h
Log message:
unconditionally align SSL payloads
Remove support for conditional payload alignment, since we would never
want to turn it off. Also, consistently use size_t for calculating the
alignment.
ok miod@
