--- pgp/src/genprime.h 2018/04/24 16:39:17 1.1.1.3 +++ pgp/src/genprime.h 2018/04/24 16:43:33 1.1.1.6 @@ -15,7 +15,7 @@ */ int randomprime(unitptr p,short nbits); - /* Makes a "random" prime p with nbits significant bits of precision. */ +/* Makes a "random" prime p with nbits significant bits of precision. */ void mp_gcd(unitptr result,unitptr a,unitptr n); /* Computes greatest common divisor via Euclid's algorithm. */