commit | 73999b62a27d9ac7c10ff27d79fd2bab97f97670 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Thu Sep 10 10:22:30 2015 +0100 |
committer | Matt Caswell <matt@openssl.org> | Fri Oct 30 08:38:18 2015 +0000 |
tree | 8f20ec21ee6952e282f709025a45dc801e572438 | |
parent | 0131df49ee1f98918e958c05b0d4f56b7d441f83 [diff] |
Move PACKET creation into the state machine Previously each message specific process function would create its own PACKET structure. Rather than duplicate all of this code lots of times we should create it in the state machine itself. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>