CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/12 09:04:06
Modified files:
usr.bin/openssl: prime.c
Log message:
Fix the openssl(1) prime command: When checking a decimal number for
primality, do not unnecessarily convert the original decimal number to
hex in the output.
Hex numbers explicitly specified with -hex remain unchanged.
ok beck@ deraadt@ jsing@ miod@
