--- pgp/src/genprime.h 2018/04/24 16:40:57 1.1.1.4 +++ pgp/src/genprime.h 2018/04/24 16:45:24 1.1.1.7 @@ -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. */