diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/EVP_OpenInit.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EVP_OpenInit.3 b/src/lib/libcrypto/man/EVP_OpenInit.3 index 02e79742ab..92f68d3cc0 100644 --- a/src/lib/libcrypto/man/EVP_OpenInit.3 +++ b/src/lib/libcrypto/man/EVP_OpenInit.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: EVP_OpenInit.3,v 1.3 2016/11/21 09:56:35 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_OpenInit.3,v 1.4 2016/11/21 22:19:15 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 21 2016 $ | 3 | .Dd $Mdocdate: November 21 2016 $ |
4 | .Dt EVP_OPENINIT 3 | 4 | .Dt EVP_OPENINIT 3 |
@@ -85,7 +85,7 @@ If the cipher is a fixed length cipher then the recovered key length | |||
85 | must match the fixed cipher length. | 85 | must match the fixed cipher length. |
86 | .Sh RETURN VALUES | 86 | .Sh RETURN VALUES |
87 | .Fn EVP_OpenInit | 87 | .Fn EVP_OpenInit |
88 | returns 0 on error or a non zero integer (actually the recovered secret | 88 | returns 0 on error or a non-zero integer (actually the recovered secret |
89 | key size) if successful. | 89 | key size) if successful. |
90 | .Pp | 90 | .Pp |
91 | .Fn EVP_OpenUpdate | 91 | .Fn EVP_OpenUpdate |