From e0c418d31d1c44cda609bf57ca974c612d5581a0 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sat, 14 Nov 2015 14:53:14 +0000 Subject: mutli -> multi --- src/lib/libcrypto/sha/asm/sha512-ppc.pl | 2 +- src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl | 2 +- src/usr.bin/openssl/apps.c | 4 ++-- src/usr.bin/openssl/req.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/sha/asm/sha512-ppc.pl b/src/lib/libcrypto/sha/asm/sha512-ppc.pl index f561f313c6..2a7d5a0e8b 100755 --- a/src/lib/libcrypto/sha/asm/sha512-ppc.pl +++ b/src/lib/libcrypto/sha/asm/sha512-ppc.pl @@ -20,7 +20,7 @@ # # (*) 64-bit code in 32-bit application context, which actually is # on TODO list. It should be noted that for safe deployment in -# 32-bit *mutli-threaded* context asynchronous signals should be +# 32-bit *multi-threaded* context asynchronous signals should be # blocked upon entry to SHA512 block routine. This is because # 32-bit signaling procedure invalidates upper halves of GPRs. # Context switch procedure preserves them, but not signaling:-( diff --git a/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl b/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl index f561f313c6..2a7d5a0e8b 100755 --- a/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl +++ b/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl @@ -20,7 +20,7 @@ # # (*) 64-bit code in 32-bit application context, which actually is # on TODO list. It should be noted that for safe deployment in -# 32-bit *mutli-threaded* context asynchronous signals should be +# 32-bit *multi-threaded* context asynchronous signals should be # blocked upon entry to SHA512 block routine. This is because # 32-bit signaling procedure invalidates upper halves of GPRs. # Context switch procedure preserves them, but not signaling:-( diff --git a/src/usr.bin/openssl/apps.c b/src/usr.bin/openssl/apps.c index c2b786d3f9..153504c503 100644 --- a/src/usr.bin/openssl/apps.c +++ b/src/usr.bin/openssl/apps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.c,v 1.36 2015/09/13 12:41:01 bcook Exp $ */ +/* $OpenBSD: apps.c,v 1.37 2015/11/14 14:53:14 miod Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -1801,7 +1801,7 @@ parse_name(char *subject, long chtype, int multirdn) mval[ne_num + 1] = 0; break; } else if (*sp == '+' && multirdn) { - /* a not escaped + signals a mutlivalued RDN */ + /* a not escaped + signals a multivalued RDN */ sp++; mval[ne_num + 1] = -1; break; diff --git a/src/usr.bin/openssl/req.c b/src/usr.bin/openssl/req.c index 3a52f58831..e264870374 100644 --- a/src/usr.bin/openssl/req.c +++ b/src/usr.bin/openssl/req.c @@ -1,4 +1,4 @@ -/* $OpenBSD: req.c,v 1.12 2015/10/17 15:00:11 doug Exp $ */ +/* $OpenBSD: req.c,v 1.13 2015/11/14 14:53:14 miod Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -120,7 +120,7 @@ * require. This format is wrong */ -static int make_REQ(X509_REQ * req, EVP_PKEY * pkey, char *dn, int mutlirdn, +static int make_REQ(X509_REQ * req, EVP_PKEY * pkey, char *dn, int multirdn, int attribs, unsigned long chtype); static int build_subject(X509_REQ * req, char *subj, unsigned long chtype, int multirdn); -- cgit v1.2.3-55-g6feb