summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_f_cipher.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_f_cipher.3')
-rw-r--r--src/lib/libcrypto/man/BIO_f_cipher.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_cipher.3 b/src/lib/libcrypto/man/BIO_f_cipher.3
index 4ecde4f69d..b6a7cb1ab9 100644
--- a/src/lib/libcrypto/man/BIO_f_cipher.3
+++ b/src/lib/libcrypto/man/BIO_f_cipher.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BIO_f_cipher.3,v 1.3 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: BIO_f_cipher.3,v 1.4 2016/11/07 15:52:47 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 7 2016 $
4.Dt BIO_F_CIPHER 3 4.Dt BIO_F_CIPHER 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -83,7 +83,7 @@ with the standard cipher routines to set it up.
83This is useful when 83This is useful when
84.Fn BIO_set_cipher 84.Fn BIO_set_cipher
85is not flexible enough for the applications needs. 85is not flexible enough for the applications needs.
86.Sh NOTES 86.Pp
87When encrypting, 87When encrypting,
88.Xr BIO_flush 3 88.Xr BIO_flush 3
89must be called to flush the final block through the BIO. 89must be called to flush the final block through the BIO.