From aaf4da355edead2a72ee8b4d3587a1e325ce9f8e Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 29 Aug 2022 18:54:06 +0000 Subject: [PATCH] missing period --- lib/libcrypto/bn/bn_bpsw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/bn/bn_bpsw.c b/lib/libcrypto/bn/bn_bpsw.c index 93d43afff3f..95640deaba1 100644 --- a/lib/libcrypto/bn/bn_bpsw.c +++ b/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++) { -- 2.20.1