[Bug 243136] factor(6) gives inconsistent results with and without OpenSSL compiled int

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 12 20:25:24 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243136

--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:

Author: gad
Date: Sun Jan 12 20:25:12 UTC 2020
New revision: 356666
URL: https://svnweb.freebsd.org/changeset/base/356666

Log:
  Fix the way 'factor' behaves when using OpenSSL to match the description
  of how it works when not compiled with OpenSSL.

  Also, allow users to specify a hexadecimal number by using a prefix of
  '0x'.  Before this, users could only specify a hexadecimal value if that
  value included a hex digit ('a'-'f') in the value.

  PR:           243136
  Submitted by: Steve Kargl
  Reviewed by:  gad
  MFC after:    3 weeks

Changes:
  head/usr.bin/factor/factor.6
  head/usr.bin/factor/factor.c
  head/usr.bin/primes/primes.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list