summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_local.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/x509/x509_local.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h
index 0f0d5c1de5..a7d7940d43 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.29 2024/08/31 10:12:23 tb Exp $ */ 1/* $OpenBSD: x509_local.h,v 1.30 2024/08/31 10:14:17 tb 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 */
@@ -80,6 +80,11 @@ __BEGIN_HIDDEN_DECLS
80 80
81int X509_check_trust(X509 *x, int id, int flags); 81int X509_check_trust(X509 *x, int id, int flags);
82 82
83struct X509_val_st {
84 ASN1_TIME *notBefore;
85 ASN1_TIME *notAfter;
86} /* X509_VAL */;
87
83struct X509_pubkey_st { 88struct X509_pubkey_st {
84 X509_ALGOR *algor; 89 X509_ALGOR *algor;
85 ASN1_BIT_STRING *public_key; 90 ASN1_BIT_STRING *public_key;