missing period
authortb <tb@openbsd.org>
Mon, 29 Aug 2022 18:54:06 +0000 (18:54 +0000)
committertb <tb@openbsd.org>
Mon, 29 Aug 2022 18:54:06 +0000 (18:54 +0000)
lib/libcrypto/bn/bn_bpsw.c

index 93d43af..95640de 100644 (file)
@@ -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 <martin.grenouilloux@lse.epita.fr>
  * Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
@@ -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++) {