summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/bn/bn_div.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-09-10 21:08:17 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-09-10 21:08:17 +0000
commitda327cd22e88f26f6cab9d4c45805b512139aa11 (patch)
tree9b1dbd322d595c88aec57cc142ba0f0541f29de8 /crypto/openssl/crypto/bn/bn_div.c
parenta0ddf7998714a2a0cd99cdfc6a79f0d0b533ce8b (diff)
parentfbc3ad1ae1976eb5f2bac351260f2c5ee255c27f (diff)
downloadsrc-test2-da327cd22e88f26f6cab9d4c45805b512139aa11.tar.gz
src-test2-da327cd22e88f26f6cab9d4c45805b512139aa11.zip
Merge OpenSSL 1.1.1d.
Notes
Notes: svn path=/head/; revision=352191
Diffstat (limited to 'crypto/openssl/crypto/bn/bn_div.c')
-rw-r--r--crypto/openssl/crypto/bn/bn_div.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/bn/bn_div.c b/crypto/openssl/crypto/bn/bn_div.c
index 3a6fa0a1b194..7fc0132830a1 100644
--- a/crypto/openssl/crypto/bn/bn_div.c
+++ b/crypto/openssl/crypto/bn/bn_div.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -258,7 +258,7 @@ int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
*
* - availability of constant-time bn_div_3_words;
* - dividend is at least as "wide" as divisor, limb-wise, zero-padded
- * if so requied, which shouldn't be a privacy problem, because
+ * if so required, which shouldn't be a privacy problem, because
* divisor's length is considered public;
*/
int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num,