artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b407c4
)
Fix botched line wrap
author
tb
<tb@openbsd.org>
Wed, 19 Apr 2023 16:36:34 +0000
(16:36 +0000)
committer
tb
<tb@openbsd.org>
Wed, 19 Apr 2023 16:36:34 +0000
(16:36 +0000)
lib/libcrypto/asn1/asn_mime.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/asn1/asn_mime.c
b/lib/libcrypto/asn1/asn_mime.c
index
48bd9d1
..
c433eb2
100644
(file)
--- a/
lib/libcrypto/asn1/asn_mime.c
+++ b/
lib/libcrypto/asn1/asn_mime.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: asn_mime.c,v 1.3
0 2022/11/26 16:08:50
tb Exp $ */
+/* $OpenBSD: asn_mime.c,v 1.3
1 2023/04/19 16:36:34
tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
*/
@@
-663,9
+663,8
@@
multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret)
#define MIME_QUOTE 5
#define MIME_COMMENT 6
-
-static
-STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio)
+static STACK_OF(MIME_HEADER) *
+mime_parse_hdr(BIO *bio)
{
char *p, *q, c;
char *ntmp;