]> git.proxmox.com Git - mirror_corosync.git/commit
crypto: allocate padding in crypto_header
authorFabio M. Di Nitto <fdinitto@redhat.com>
Thu, 15 Mar 2012 10:56:10 +0000 (11:56 +0100)
committerFabio M. Di Nitto <fdinitto@redhat.com>
Thu, 15 Mar 2012 11:55:11 +0000 (12:55 +0100)
commitc75153feb4b2735d8e5f2773b95abed0276679f4
treed47565e16533c627234febbc9da1c82e2ae385e4
parent4a2d50364363af7263590575f1345d2e0e322ffc
crypto: allocate padding in crypto_header

while it might seem a waste of space by using 2 extra bytes in
the crypto_config_header, it actually gives us the option
to grow "unknown at this time" features without hopefully
breaking onwire compat

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
exec/totemcrypto.c