From: tb Date: Sun, 25 Jun 2023 18:15:21 +0000 (+0000) Subject: x509v3.h: unwrap a line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8d4a28926c1bb1628a0caff778baf5c6b59ec9f4;p=openbsd x509v3.h: unwrap a line --- diff --git a/lib/libcrypto/x509/x509v3.h b/lib/libcrypto/x509/x509v3.h index 74dbf8d63fe..f867cc38c38 100644 --- a/lib/libcrypto/x509/x509v3.h +++ b/lib/libcrypto/x509/x509v3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509v3.h,v 1.24 2023/04/25 19:01:01 tb Exp $ */ +/* $OpenBSD: x509v3.h,v 1.25 2023/06/25 18:15:21 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -426,8 +426,7 @@ typedef struct x509_purpose_st { int purpose; int trust; /* Default trust ID */ int flags; - int (*check_purpose)(const struct x509_purpose_st *, - const X509 *, int); + int (*check_purpose)(const struct x509_purpose_st *, const X509 *, int); char *name; char *sname; void *usr_data;