On 2001 May 22, Jeff Jirsa <Jeff...@atfi.com> wrote:
Is this anything to worry about? I am building the 3.23.38 release on
FreeBSD 3.4:
Bel
ow are the diffs between actual and expected results:
-------------------------------------------------------
*** r/func_crypt.result Wed May 9 23:44:13 2001
--- r/func_crypt.reject Tue May 22 13:41:09 2001
***************
*** 1,2 ****
encrypt('foo', 'ff')
! ffTU0fyIP09Z.
--- 1,2 ----
encrypt('foo', 'ff')
! $1$ff$xvhiu9sQdaJZUFdJDyyg/1
-------------------------------------------------------
It's nothing to be worried about. It looks like your
system doesn't have the DES libraries installed, and
so crypt(3) is using MD5 instead.
Tim