diff options
author | schwarze <> | 2020-03-29 17:05:02 +0000 |
---|---|---|
committer | schwarze <> | 2020-03-29 17:05:02 +0000 |
commit | f2ec2c41e63b5f5c6557079d7b9258cb09469fd1 (patch) | |
tree | 4596c2a51e8547b676f29bdeb459867ff17281e3 /src/lib/libcrypto/man/RC4.3 | |
parent | 1f6370f3f44e99699e159c9c4b8ed2c8bfd7bf1c (diff) | |
download | openbsd-f2ec2c41e63b5f5c6557079d7b9258cb09469fd1.tar.gz openbsd-f2ec2c41e63b5f5c6557079d7b9258cb09469fd1.tar.bz2 openbsd-f2ec2c41e63b5f5c6557079d7b9258cb09469fd1.zip |
Void functions obviously do not return values; no need to elaborate.
Patch from Martin Vahlensieck <academicsolutions dot ch>.
Diffstat (limited to 'src/lib/libcrypto/man/RC4.3')
-rw-r--r-- | src/lib/libcrypto/man/RC4.3 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/RC4.3 b/src/lib/libcrypto/man/RC4.3 index 285ef47755..8b20a434b7 100644 --- a/src/lib/libcrypto/man/RC4.3 +++ b/src/lib/libcrypto/man/RC4.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: RC4.3,v 1.7 2019/06/06 01:06:59 schwarze Exp $ | 1 | .\" $OpenBSD: RC4.3,v 1.8 2020/03/29 17:05:02 schwarze Exp $ |
2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: June 6 2019 $ | 51 | .Dd $Mdocdate: March 29 2020 $ |
52 | .Dt RC4 3 | 52 | .Dt RC4 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -112,11 +112,6 @@ yield a continuous key stream. | |||
112 | Since RC4 is a stream cipher (the input is XOR'ed with a pseudo-random | 112 | Since RC4 is a stream cipher (the input is XOR'ed with a pseudo-random |
113 | key stream to produce the output), decryption uses the same function | 113 | key stream to produce the output), decryption uses the same function |
114 | calls as encryption. | 114 | calls as encryption. |
115 | .Sh RETURN VALUES | ||
116 | .Fn RC4_set_key | ||
117 | and | ||
118 | .Fn RC4 | ||
119 | do not return values. | ||
120 | .Sh SEE ALSO | 115 | .Sh SEE ALSO |
121 | .Xr blowfish 3 , | 116 | .Xr blowfish 3 , |
122 | .Xr EVP_EncryptInit 3 , | 117 | .Xr EVP_EncryptInit 3 , |