From 611211c2c736dbc4b73bb34b0f2a0c2d0cbcecf4 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 29 Aug 2022 18:54:06 +0000 Subject: missing period --- src/lib/libcrypto/bn/bn_bpsw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/bn/bn_bpsw.c b/src/lib/libcrypto/bn/bn_bpsw.c index 93d43afff3..95640deaba 100644 --- a/src/lib/libcrypto/bn/bn_bpsw.c +++ b/src/lib/libcrypto/bn/bn_bpsw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_bpsw.c,v 1.5 2022/07/29 08:37:33 tb Exp $ */ +/* $OpenBSD: bn_bpsw.c,v 1.6 2022/08/29 18:54:06 tb Exp $ */ /* * Copyright (c) 2022 Martin Grenouilloux * Copyright (c) 2022 Theo Buehler @@ -358,7 +358,7 @@ bn_miller_rabin_base_2(int *is_prime, const BIGNUM *n, BN_CTX *ctx) /* * If 2^{2^i k} == -1 (mod n) for some 1 <= i < s, then n is a - * 2-pseudoprime + * 2-pseudoprime. */ for (i = 1; i < s; i++) { -- cgit v1.2.3-55-g6feb