summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libcrypto/man/BF_set_key.36
-rw-r--r--lib/libcrypto/man/openssl.cnf.56
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/man/BF_set_key.3 b/lib/libcrypto/man/BF_set_key.3
index 7357f0cfc33..b2c5fdc947f 100644
--- a/lib/libcrypto/man/BF_set_key.3
+++ b/lib/libcrypto/man/BF_set_key.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BF_set_key.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $
+.\" $OpenBSD: BF_set_key.3,v 1.9 2019/01/02 07:42:21 jmc Exp $
.\" OpenSSL 99d63d46 Jul 19 09:27:53 2016 -0400
.\"
.\" This file was written by Richard Levitte <levitte@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 27 2018 $
+.Dd $Mdocdate: January 2 2019 $
.Dt BF_SET_KEY 3
.Os
.Sh NAME
@@ -188,7 +188,7 @@ operates on data that is a multiple of 8 bytes long, while
.Fn BF_cfb64_encrypt
and
.Fn BF_ofb64_encrypt
-are used to encrypt an variable number of bytes (the amount
+are used to encrypt a variable number of bytes (the amount
does not have to be an exact multiple of 8).
The purpose of the latter two is to simulate stream ciphers and,
therefore, they need the parameter
diff --git a/lib/libcrypto/man/openssl.cnf.5 b/lib/libcrypto/man/openssl.cnf.5
index d95ccdcfbff..49b6c39514d 100644
--- a/lib/libcrypto/man/openssl.cnf.5
+++ b/lib/libcrypto/man/openssl.cnf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openssl.cnf.5,v 1.4 2018/02/16 18:21:57 schwarze Exp $
+.\" $OpenBSD: openssl.cnf.5,v 1.5 2019/01/02 07:42:21 jmc Exp $
.\" full merge up to: OpenSSL man5/config b53338cb Feb 28 12:30:28 2017 +0100
.\" selective merge up to: OpenSSL a8c5ed81 Jul 18 13:57:25 2017 -0400
.\"
@@ -50,7 +50,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 16 2018 $
+.Dd $Mdocdate: January 2 2019 $
.Dt OPENSSL.CNF 5
.Os
.Sh NAME
@@ -461,5 +461,5 @@ The escaping isn't quite right: if you want to use sequences like
you can't use any quote escaping on the same line.
.Pp
Files are loaded in a single pass.
-This means that an variable expansion will only work if the variables
+This means that a variable expansion will only work if the variables
referenced are defined earlier in the file.