Remove comment referencing bn_depr.c.
authorjsing <jsing@openbsd.org>
Sat, 28 Jan 2023 17:13:26 +0000 (17:13 +0000)
committerjsing <jsing@openbsd.org>
Sat, 28 Jan 2023 17:13:26 +0000 (17:13 +0000)
lib/libcrypto/bn/bn_prime.c

index a4b50eb..6e46a39 100644 (file)
@@ -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.
  *
 
 #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.