summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/x509_internal.h
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2020-11-18 17:01:00 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2020-11-18 17:01:00 +0000
commitc7d089c858728bb77455d91167aaf7f2d5343131 (patch)
tree7fa0f3c7457fe69ce3fc99148dc8a7ac82ceb289 /lib/libcrypto/x509/x509_internal.h
parent8f945677fa3acd116f01510ea8fa5a94d718ef8e (diff)
KNF (whitespace)
Diffstat (limited to 'lib/libcrypto/x509/x509_internal.h')
-rw-r--r--lib/libcrypto/x509/x509_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/x509/x509_internal.h b/lib/libcrypto/x509/x509_internal.h
index f6887be5fbf..2f2fe47a8f9 100644
--- a/lib/libcrypto/x509/x509_internal.h
+++ b/lib/libcrypto/x509/x509_internal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509_internal.h,v 1.4 2020/11/11 18:49:34 jsing Exp $ */
+/* $OpenBSD: x509_internal.h,v 1.5 2020/11/18 17:00:59 tb Exp $ */
/*
* Copyright (c) 2020 Bob Beck <beck@openbsd.org>
*
@@ -73,8 +73,8 @@ struct x509_verify_ctx {
size_t max_depth; /* Max chain depth for validation */
size_t max_sigs; /* Max number of signature checks */
size_t sig_checks; /* Number of signature checks done */
- size_t error_depth; /* Depth of last error seen */
- int error; /* Last error seen */
+ size_t error_depth; /* Depth of last error seen */
+ int error; /* Last error seen */
};
int ASN1_time_tm_clamp_notafter(struct tm *tm);