summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_f_cipher.3
diff options
context:
space:
mode:
authorjmc <>2016-11-07 15:52:47 +0000
committerjmc <>2016-11-07 15:52:47 +0000
commit94a8013c0e6b484829cc3c8b697578760ad01405 (patch)
tree8e0eba7cbf154c12c52f4456e7f1e277c6e71d31 /src/lib/libcrypto/man/BIO_f_cipher.3
parente638403f591087e1ef609e3bc88e3028a97af60e (diff)
downloadopenbsd-94a8013c0e6b484829cc3c8b697578760ad01405.tar.gz
openbsd-94a8013c0e6b484829cc3c8b697578760ad01405.tar.bz2
openbsd-94a8013c0e6b484829cc3c8b697578760ad01405.zip
various cleanup;
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.