https://github.com/torvalds/linux
Revision 59cca653a601372e9b4a430d867377a3e4a36d76 authored by Dmitry Kasatkin on 02 February 2012, 08:46:49 UTC, committed by James Morris on 20 February 2012, 08:46:36 UTC
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>
1 parent b01543d
History
Tip revision: 59cca653a601372e9b4a430d867377a3e4a36d76 authored by Dmitry Kasatkin on 02 February 2012, 08:46:49 UTC
digsig: changed type of the timestamp
Tip revision: 59cca65
File Mode Size
.gitignore -rw-r--r-- 151 bytes
Kconfig -rw-r--r-- 5.3 KB
Makefile -rw-r--r-- 2.3 KB
gen_init_cpio.c -rw-r--r-- 13.1 KB
initramfs_data.S -rw-r--r-- 1.3 KB

back to top