diff options
author | jsing <> | 2023-01-28 17:13:26 +0000 |
---|---|---|
committer | jsing <> | 2023-01-28 17:13:26 +0000 |
commit | 8ba5c1cbef1f1f6ee717c97b32e39035eb12877e (patch) | |
tree | f2d403e64465c9ab5efffba5817e85c608636edb /src | |
parent | 959723528b4261fedd077ded9c113e4034179a9b (diff) | |
download | openbsd-8ba5c1cbef1f1f6ee717c97b32e39035eb12877e.tar.gz openbsd-8ba5c1cbef1f1f6ee717c97b32e39035eb12877e.tar.bz2 openbsd-8ba5c1cbef1f1f6ee717c97b32e39035eb12877e.zip |
Remove comment referencing bn_depr.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/bn/bn_prime.c | 7 |
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. |