Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 20:25:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 243136] factor(6) gives inconsistent results with and without OpenSSL compiled int
Message-ID:  <bug-243136-227-YRPpkZhb4x@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243136-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243136-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243136

--- Comment #2 from commit-hook@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243136-227-YRPpkZhb4x>