diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_local.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h index 73cc582d7b..5b74b0d1bd 100644 --- a/src/lib/libcrypto/x509/x509_local.h +++ b/src/lib/libcrypto/x509/x509_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_local.h,v 1.23 2024/03/26 05:39:47 tb Exp $ */ | 1 | /* $OpenBSD: x509_local.h,v 1.24 2024/04/08 23:46:21 beck Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2013. | 3 | * project 2013. |
4 | */ | 4 | */ |
@@ -188,8 +188,6 @@ struct x509_st { | |||
188 | struct ASIdentifiers_st *rfc3779_asid; | 188 | struct ASIdentifiers_st *rfc3779_asid; |
189 | #endif | 189 | #endif |
190 | unsigned char hash[X509_CERT_HASH_LEN]; | 190 | unsigned char hash[X509_CERT_HASH_LEN]; |
191 | time_t not_before; | ||
192 | time_t not_after; | ||
193 | X509_CERT_AUX *aux; | 191 | X509_CERT_AUX *aux; |
194 | } /* X509 */; | 192 | } /* X509 */; |
195 | 193 | ||