]> git.baikalelectronics.ru Git - kernel.git/commit
digsig: changed type of the timestamp
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>
Thu, 2 Feb 2012 08:46:49 +0000 (10:46 +0200)
committerJames Morris <jmorris@namei.org>
Mon, 20 Feb 2012 08:46:36 +0000 (19:46 +1100)
commitfbc70c446a1ad16c7324698c3945d0de49ffe25d
tree865c5d380ee4f6ca8ee146fc7f00273f357a109b
parent321a767d01de16896a7e28edab521f81c20e6c60
digsig: changed type of the timestamp

time_t was used in the signature and key packet headers,
which is typedef of long and is different on 32 and 64 bit architectures.
Signature and key format should be independent of architecture.
Similar to GPG, I have changed the type to uint32_t.

Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: James Morris <jmorris@namei.org>
include/linux/digsig.h