summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/bn/bn_prime.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bn/bn_prime.c b/src/lib/libcrypto/bn/bn_prime.c
index a4b50eb3fc..6e46a3912c 100644
--- a/src/lib/libcrypto/bn/bn_prime.c
+++ b/src/lib/libcrypto/bn/bn_prime.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bn_prime.c,v 1.29 2023/01/28 17:09:00 jsing Exp $ */ 1/* $OpenBSD: bn_prime.c,v 1.30 2023/01/28 17:13:26 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -116,11 +116,6 @@
116 116
117#include "bn_local.h" 117#include "bn_local.h"
118 118
119/* NB: these functions have been "upgraded", the deprecated versions (which are
120 * compatibility wrappers using these functions) are in bn_depr.c.
121 * - Geoff
122 */
123
124/* The quick sieve algorithm approach to weeding out primes is 119/* The quick sieve algorithm approach to weeding out primes is
125 * Philip Zimmermann's, as implemented in PGP. I have had a read of 120 * Philip Zimmermann's, as implemented in PGP. I have had a read of
126 * his comments and implemented my own version. 121 * his comments and implemented my own version.