Restore NUMPRIMES as a numeric literal
[openssl.git] / crypto / bn / bn_prime.c
index 42d574bb2ebd7740a403adfcad7cdc273ecc6f79..a5887d96a8532b859796d1cf7723ebac1e6c949e 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_prime.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 #include "bn_lcl.h"
 #include <openssl/rand.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