CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/08 14:25:01
Modified files:
lib/libssl : s3_cbc.c
Log message:
When using an union including a type known for having strong alignment
constraints, in order to force the union to have the same constraint,
use the actual type instead of `double'. And add a comment explaining why we
want such an alignment in there.
ok beck@
