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
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.2 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.8 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 202.2 KB
Makefile -rw-r--r-- 52.2 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top