summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-06-25 18:15:21 +0000
committertb <>2023-06-25 18:15:21 +0000
commit25c6f767aa1da36439a0be62f54faa244f747f8c (patch)
treef93bb5ce8d9490d06df1a7e413b1ad750e27225f
parent7c5bd0ab1e883921937df9ff946f546756522690 (diff)
downloadopenbsd-25c6f767aa1da36439a0be62f54faa244f747f8c.tar.gz
openbsd-25c6f767aa1da36439a0be62f54faa244f747f8c.tar.bz2
openbsd-25c6f767aa1da36439a0be62f54faa244f747f8c.zip
x509v3.h: unwrap a line
-rw-r--r--src/lib/libcrypto/x509/x509v3.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h
index 74dbf8d63f..f867cc38c3 100644
--- a/src/lib/libcrypto/x509/x509v3.h
+++ b/src/lib/libcrypto/x509/x509v3.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509v3.h,v 1.24 2023/04/25 19:01:01 tb Exp $ */ 1/* $OpenBSD: x509v3.h,v 1.25 2023/06/25 18:15:21 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 1999. 3 * project 1999.
4 */ 4 */
@@ -426,8 +426,7 @@ typedef struct x509_purpose_st {
426 int purpose; 426 int purpose;
427 int trust; /* Default trust ID */ 427 int trust; /* Default trust ID */
428 int flags; 428 int flags;
429 int (*check_purpose)(const struct x509_purpose_st *, 429 int (*check_purpose)(const struct x509_purpose_st *, const X509 *, int);
430 const X509 *, int);
431 char *name; 430 char *name;
432 char *sname; 431 char *sname;
433 void *usr_data; 432 void *usr_data;