Changed time_t timestamp type to uint32_t
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 2 Feb 2012 08:12:34 +0000 (10:12 +0200)
committerDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 6 Sep 2012 11:08:53 +0000 (14:08 +0300)
commitaa2f6e9b633fd7dca7c82c4ad1f51b1142413ecd
tree35ead491c075cd5c99a4e09a39e3d499797b136c
parentff071501d06b73084992d2322826b1cd29d59570
Changed time_t timestamp type to uint32_t

time_t is actually long and is different on 32 and 64 bit architectures.
Format of the signatures should not depend on the architecture and should
be the same. Changed timestamp to uint32_t like in GPG.

Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
src/evmctl.c