diff options
| author | tb <> | 2025-01-17 05:02:18 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-17 05:02:18 +0000 |
| commit | a4acb7ef76a88e3477f9020722e99bcf101463b6 (patch) | |
| tree | 93a1d912697b412ba662236a408043da19ce7f54 /src | |
| parent | cb86ec195b229ba63ee07473ae96518a97c28d9e (diff) | |
| download | openbsd-a4acb7ef76a88e3477f9020722e99bcf101463b6.tar.gz openbsd-a4acb7ef76a88e3477f9020722e99bcf101463b6.tar.bz2 openbsd-a4acb7ef76a88e3477f9020722e99bcf101463b6.zip | |
asn_mime: deteched -> detached + a knf nit
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn_mime.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn_mime.c b/src/lib/libcrypto/asn1/asn_mime.c index 261067366a..3995fc547c 100644 --- a/src/lib/libcrypto/asn1/asn_mime.c +++ b/src/lib/libcrypto/asn1/asn_mime.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: asn_mime.c,v 1.34 2024/03/29 04:35:42 tb Exp $ */ | 1 | /* $OpenBSD: asn_mime.c,v 1.35 2025/01/17 05:02:18 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. | 3 | * project. |
| 4 | */ | 4 | */ |
| @@ -379,7 +379,8 @@ asn1_output_data(BIO *out, BIO *data, ASN1_VALUE *val, int flags, | |||
| 379 | ASN1_STREAM_ARG sarg; | 379 | ASN1_STREAM_ARG sarg; |
| 380 | int rv = 1; | 380 | int rv = 1; |
| 381 | 381 | ||
| 382 | /* If data is not deteched or resigning then the output BIO is | 382 | /* |
| 383 | * If data is not detached or resigning then the output BIO is | ||
| 383 | * already set up to finalise when it is written through. | 384 | * already set up to finalise when it is written through. |
| 384 | */ | 385 | */ |
| 385 | if (!(flags & SMIME_DETACHED) || (flags & PKCS7_REUSE_DIGEST)) { | 386 | if (!(flags & SMIME_DETACHED) || (flags & PKCS7_REUSE_DIGEST)) { |
