diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-06 22:22:43 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-12-06 22:22:43 +0000 |
commit | 85f2531ab6a40c4191078d4973fd30b12fc2c15d (patch) | |
tree | b8742633226acd540391326c82cffd6633cbe98e /lib/libcrypto/man | |
parent | 196ef09d7875e7dc231e37c91c7b2ce5a15a22af (diff) |
Zap extra space
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/BN_mod_sqrt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/BN_mod_sqrt.3 b/lib/libcrypto/man/BN_mod_sqrt.3 index a3f84e55199..7247d907a06 100644 --- a/lib/libcrypto/man/BN_mod_sqrt.3 +++ b/lib/libcrypto/man/BN_mod_sqrt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BN_mod_sqrt.3,v 1.1 2022/11/15 17:55:00 schwarze Exp $ +.\" $OpenBSD: BN_mod_sqrt.3,v 1.2 2022/12/06 22:22:42 tb Exp $ .\" .\" Copyright (c) 2022 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 15 2022 $ +.Dd $Mdocdate: December 6 2022 $ .Dt BN_MOD_SQRT 3 .Os .Sh NAME @@ -105,7 +105,7 @@ In particular, even if .Fa a is a perfect square, .Fn BN_mod_sqrt -often reports +often reports .Dq not a square instead of .Dq p is not prime . |