diff options
author | jmc <> | 2016-11-24 19:45:16 +0000 |
---|---|---|
committer | jmc <> | 2016-11-24 19:45:16 +0000 |
commit | 7202341c67bf9540414b1bb3d732e66d2a7489cf (patch) | |
tree | 1958620b54abb40ad02fb7ad32da3b248e0a08e6 /src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 | |
parent | 9b1b99bbcc3876594d79bf14c8388c644db62f91 (diff) | |
download | openbsd-7202341c67bf9540414b1bb3d732e66d2a7489cf.tar.gz openbsd-7202341c67bf9540414b1bb3d732e66d2a7489cf.tar.bz2 openbsd-7202341c67bf9540414b1bb3d732e66d2a7489cf.zip |
various cleanup; leaving dangling PKCS7* Xr for now...
Diffstat (limited to 'src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3')
-rw-r--r-- | src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 b/src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 index 12d3d781eb..3726a8b8b7 100644 --- a/src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 +++ b/src/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: PEM_write_bio_PKCS7_stream.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: PEM_write_bio_PKCS7_stream.3,v 1.3 2016/11/24 19:45:16 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 24 2016 $ |
4 | .Dt PEM_WRITE_BIO_PKCS7_STREAM 3 | 4 | .Dt PEM_WRITE_BIO_PKCS7_STREAM 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -23,7 +23,7 @@ outputs a PKCS7 structure in PEM format. | |||
23 | It is otherwise identical to the function | 23 | It is otherwise identical to the function |
24 | .Xr SMIME_write_PKCS7 3 . | 24 | .Xr SMIME_write_PKCS7 3 . |
25 | .Pp | 25 | .Pp |
26 | This function is effectively a version of the | 26 | This function is effectively a version of |
27 | .Xr PEM_write_bio_PKCS7 3 | 27 | .Xr PEM_write_bio_PKCS7 3 |
28 | supporting streaming. | 28 | supporting streaming. |
29 | .Sh RETURN VALUES | 29 | .Sh RETURN VALUES |