diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-09-12 15:09:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-09-12 15:09:23 +0000 |
commit | fa5d8c64765c63cd98808b85760c1c5edf71e179 (patch) | |
tree | 366ef5dafc6d1d15d7ba4bcaba054efa5a039e8d | |
parent | d41910310c934bfb1744560df2d0a64e70eb9648 (diff) |
tweak previous;
-rw-r--r-- | lib/libcrypto/man/EVP_EncryptInit.3 | 4 | ||||
-rw-r--r-- | lib/libcrypto/man/RSA_meth_new.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/EVP_EncryptInit.3 b/lib/libcrypto/man/EVP_EncryptInit.3 index 0dbaa6c848c..436b1e47e6b 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.24 2018/09/12 06:35:38 djm Exp $ +.\" $OpenBSD: EVP_EncryptInit.3,v 1.25 2018/09/12 15:09:22 jmc 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 .\" @@ -668,7 +668,7 @@ is the maximum IV length for all ciphers. .Fn EVP_CIPHER_CTX_get_iv and .Fn EVP_CIPHER_CTX_set_iv -will respectively retrieve and set the IV for a +will respectively retrieve and set the IV for an .Vt EVP_CIPHER_CTX . In both cases, the specified IV length must exactly equal the expected IV length for the context as returned by diff --git a/lib/libcrypto/man/RSA_meth_new.3 b/lib/libcrypto/man/RSA_meth_new.3 index 6eabcc5bf8d..137e0cad87f 100644 --- a/lib/libcrypto/man/RSA_meth_new.3 +++ b/lib/libcrypto/man/RSA_meth_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RSA_meth_new.3,v 1.2 2018/09/12 06:35:38 djm Exp $ +.\" $OpenBSD: RSA_meth_new.3,v 1.3 2018/09/12 15:09:22 jmc Exp $ .\" selective merge up to: OpenSSL a970b14f Jul 31 18:58:40 2017 -0400 .\" .\" This file is a derived work. @@ -157,7 +157,7 @@ Stores a copy of the NUL-terminated in the .Vt RSA_METHOD object after freeing the previously stored -.Fa name. +.Fa name . .Pp .Fn RSA_meth_get_finish and |