diff options
author | jmc <> | 2017-01-07 08:46:13 +0000 |
---|---|---|
committer | jmc <> | 2017-01-07 08:46:13 +0000 |
commit | cb094ffdfb8c78ec0a740faf2c57d4a2cb6d9423 (patch) | |
tree | 3fcacff8b86f63f1791a0767a347d8f31c00ff2f /src/lib/libcrypto/man/BIO_f_md.3 | |
parent | ba862c0cbda35451bd95b10a85c4f0eba1c956f9 (diff) | |
download | openbsd-cb094ffdfb8c78ec0a740faf2c57d4a2cb6d9423.tar.gz openbsd-cb094ffdfb8c78ec0a740faf2c57d4a2cb6d9423.tar.bz2 openbsd-cb094ffdfb8c78ec0a740faf2c57d4a2cb6d9423.zip |
a little more cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_md.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_f_md.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_md.3 b/src/lib/libcrypto/man/BIO_f_md.3 index d2c08daf7e..e522381862 100644 --- a/src/lib/libcrypto/man/BIO_f_md.3 +++ b/src/lib/libcrypto/man/BIO_f_md.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_f_md.3,v 1.6 2016/12/06 14:45:08 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_f_md.3,v 1.7 2017/01/07 08:46:13 jmc Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: December 6 2016 $ | 52 | .Dd $Mdocdate: January 7 2017 $ |
53 | .Dt BIO_F_MD 3 | 53 | .Dt BIO_F_MD 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -178,7 +178,7 @@ and | |||
178 | .Fn BIO_get_md_ctx | 178 | .Fn BIO_get_md_ctx |
179 | return 1 for success and 0 for failure. | 179 | return 1 for success and 0 for failure. |
180 | .Sh EXAMPLES | 180 | .Sh EXAMPLES |
181 | The following example creates a BIO chain containing an SHA-1 and MD5 | 181 | The following example creates a BIO chain containing a SHA-1 and MD5 |
182 | digest BIO and passes the string "Hello World" through it. | 182 | digest BIO and passes the string "Hello World" through it. |
183 | Error checking has been omitted for clarity. | 183 | Error checking has been omitted for clarity. |
184 | .Bd -literal -offset 2n | 184 | .Bd -literal -offset 2n |