summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-06-25 18:15:21 +0000
committertb <>2023-06-25 18:15:21 +0000
commit432078e260508caf5cc9bc5d823927af20b479dd (patch)
treef93bb5ce8d9490d06df1a7e413b1ad750e27225f /src
parent60f565f9c257922975134839a278b114b39d004d (diff)
downloadopenbsd-432078e260508caf5cc9bc5d823927af20b479dd.tar.gz
openbsd-432078e260508caf5cc9bc5d823927af20b479dd.tar.bz2
openbsd-432078e260508caf5cc9bc5d823927af20b479dd.zip
x509v3.h: unwrap a line
Diffstat (limited to 'src')
-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;