diff options
author | 2018-08-28 17:47:29 +0000 | |
---|---|---|
committer | 2018-08-28 17:47:29 +0000 | |
commit | d192e3e74ee9ef3d541efe7d45efca6b49084997 (patch) | |
tree | 86161c80ef9cd9e9e45adf45e903defbe122b0f7 | |
parent | zap trailing whitespace (diff) | |
download | wireguard-openbsd-d192e3e74ee9ef3d541efe7d45efca6b49084997.tar.xz wireguard-openbsd-d192e3e74ee9ef3d541efe7d45efca6b49084997.zip |
Remove extra "and" in "These functions and have been available"
-rw-r--r-- | lib/libcrypto/man/EVP_EncryptInit.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/EVP_EncryptInit.3 b/lib/libcrypto/man/EVP_EncryptInit.3 index 676478f19f3..1409bfed697 100644 --- a/lib/libcrypto/man/EVP_EncryptInit.3 +++ b/lib/libcrypto/man/EVP_EncryptInit.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_EncryptInit.3,v 1.22 2018/08/26 16:55:30 tb Exp $ +.\" $OpenBSD: EVP_EncryptInit.3,v 1.23 2018/08/28 17:47:29 tb Exp $ .\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 .\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100 .\" @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 26 2018 $ +.Dd $Mdocdate: August 28 2018 $ .Dt EVP_ENCRYPTINIT 3 .Os .Sh NAME @@ -1281,7 +1281,7 @@ All these functions have been available since first appeared in SSL_eay 0.9.1. .Fn EVP_CIPHER_CTX_type first appeared in OpenSSL 0.9.3. -These functions and have been available since +These functions have been available since .Ox 2.6 . .Pp .Fn EVP_CIPHER_CTX_set_key_length , |