diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-11-18 17:01:00 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-11-18 17:01:00 +0000 |
commit | c7d089c858728bb77455d91167aaf7f2d5343131 (patch) | |
tree | 7fa0f3c7457fe69ce3fc99148dc8a7ac82ceb289 /lib/libcrypto/x509/x509_internal.h | |
parent | 8f945677fa3acd116f01510ea8fa5a94d718ef8e (diff) |
KNF (whitespace)
Diffstat (limited to 'lib/libcrypto/x509/x509_internal.h')
-rw-r--r-- | lib/libcrypto/x509/x509_internal.h | 6 |
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); |