diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_internal.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_internal.h b/src/lib/libcrypto/x509/x509_internal.h index f6887be5fb..2f2fe47a8f 100644 --- a/src/lib/libcrypto/x509/x509_internal.h +++ b/src/lib/libcrypto/x509/x509_internal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_internal.h,v 1.4 2020/11/11 18:49:34 jsing Exp $ */ | 1 | /* $OpenBSD: x509_internal.h,v 1.5 2020/11/18 17:00:59 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -73,8 +73,8 @@ struct x509_verify_ctx { | |||
73 | size_t max_depth; /* Max chain depth for validation */ | 73 | size_t max_depth; /* Max chain depth for validation */ |
74 | size_t max_sigs; /* Max number of signature checks */ | 74 | size_t max_sigs; /* Max number of signature checks */ |
75 | size_t sig_checks; /* Number of signature checks done */ | 75 | size_t sig_checks; /* Number of signature checks done */ |
76 | size_t error_depth; /* Depth of last error seen */ | 76 | size_t error_depth; /* Depth of last error seen */ |
77 | int error; /* Last error seen */ | 77 | int error; /* Last error seen */ |
78 | }; | 78 | }; |
79 | 79 | ||
80 | int ASN1_time_tm_clamp_notafter(struct tm *tm); | 80 | int ASN1_time_tm_clamp_notafter(struct tm *tm); |