Merge remote-tracking branch 'asoc/fix/da7213' into asoc-linus
[deliverable/linux.git] / crypto / asymmetric_keys / x509_parser.h
index 635053f7e962fdebfe9877045360d20eb26d3691..f86dc5fcc4ad46accfb003b464c784fb5763218b 100644 (file)
@@ -18,8 +18,8 @@ struct x509_certificate {
        char            *subject;               /* Name of certificate subject */
        char            *fingerprint;           /* Key fingerprint as hex */
        char            *authority;             /* Authority key fingerprint as hex */
-       time_t          valid_from;
-       time_t          valid_to;
+       struct tm       valid_from;
+       struct tm       valid_to;
        enum pkey_algo  pkey_algo : 8;          /* Public key algorithm */
        enum pkey_algo  sig_pkey_algo : 8;      /* Signature public key algorithm */
        enum pkey_hash_algo sig_hash_algo : 8;  /* Signature hash algorithm */
This page took 0.024287 seconds and 5 git commands to generate.