summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-08-30 15:16:34 (GMT)
committerJiri Slaby <jslaby@suse.cz>2014-04-03 08:32:09 (GMT)
commit05cf0398b3ab4942b16c8831a0e77ede499fd093 (patch)
tree5c79a9d3168536e36b7deab5c9c37b7b86af2165 /crypto
parent34bf8801b2b4f6205a4f9e0045fbcf035c709e76 (diff)
downloadlinux-fsl-qoriq-05cf0398b3ab4942b16c8831a0e77ede499fd093.tar.xz
X.509: struct x509_certificate needs struct tm declaring
commit 57be4a784bf58eb41784aa3431165b455cf7e9c6 upstream. struct x509_certificate needs struct tm declaring by #inclusion of linux/time.h prior to its definition. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Kees Cook <keescook@chromium.org> Reviewed-by: Josh Boyer <jwboyer@redhat.com> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asymmetric_keys/x509_parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/x509_parser.h b/crypto/asymmetric_keys/x509_parser.h
index f86dc5f..d9351ee 100644
--- a/crypto/asymmetric_keys/x509_parser.h
+++ b/crypto/asymmetric_keys/x509_parser.h
@@ -9,6 +9,7 @@
* 2 of the Licence, or (at your option) any later version.
*/
+#include <linux/time.h>
#include <crypto/public_key.h>
struct x509_certificate {