diff options
| author | jsing <> | 2023-01-28 17:13:26 +0000 |
|---|---|---|
| committer | jsing <> | 2023-01-28 17:13:26 +0000 |
| commit | 17386415d55771d67a68ba313efc023da600305f (patch) | |
| tree | f2d403e64465c9ab5efffba5817e85c608636edb /src/lib/libc | |
| parent | 4da20c782e375b6949d9395de699d6cc4071721b (diff) | |
| download | openbsd-17386415d55771d67a68ba313efc023da600305f.tar.gz openbsd-17386415d55771d67a68ba313efc023da600305f.tar.bz2 openbsd-17386415d55771d67a68ba313efc023da600305f.zip | |
Remove comment referencing bn_depr.c.
Diffstat (limited to '')
| -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. |
