From 9d8ff729246873e767ff24d1efb4772f49743748 Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 28 Jan 2023 17:13:26 +0000 Subject: [PATCH] Remove comment referencing bn_depr.c. --- lib/libcrypto/bn/bn_prime.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/libcrypto/bn/bn_prime.c b/lib/libcrypto/bn/bn_prime.c index a4b50eb3fcc..6e46a3912ca 100644 --- a/lib/libcrypto/bn/bn_prime.c +++ b/lib/libcrypto/bn/bn_prime.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bn_prime.c,v 1.29 2023/01/28 17:09:00 jsing Exp $ */ +/* $OpenBSD: bn_prime.c,v 1.30 2023/01/28 17:13:26 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -116,11 +116,6 @@ #include "bn_local.h" -/* NB: these functions have been "upgraded", the deprecated versions (which are - * compatibility wrappers using these functions) are in bn_depr.c. - * - Geoff - */ - /* The quick sieve algorithm approach to weeding out primes is * Philip Zimmermann's, as implemented in PGP. I have had a read of * his comments and implemented my own version. -- 2.20.1