Skip to content

Commit

Permalink
X.509: struct x509_certificate needs struct tm declaring
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Howells committed Sep 25, 2013
1 parent 1573801 commit 57be4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/asymmetric_keys/x509_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 57be4a7

Please sign in to comment.