Bug 1238 - compilation error in entropy.c
Summary: compilation error in entropy.c
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: ssh-rand-helper (show other bugs)
Version: 4.4p1
Hardware: Other Solaris
: P2 normal
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks: V_4_5
  Show dependency treegraph
 
Reported: 2006-09-28 18:49 AEST by Zvi Har'El
Modified: 2008-04-04 09:56 AEDT (History)
1 user (show)

See Also:


Attachments
patch to entropy.c (264 bytes, patch)
2006-09-28 18:50 AEST, Zvi Har'El
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zvi Har'El 2006-09-28 18:49:31 AEST
On Solaris 8, which doesn't support /dev/random, entropy.c doesn't compile. It has a missing signal.h include file.
Comment 1 Zvi Har'El 2006-09-28 18:50:56 AEST
Created attachment 1190 [details]
patch to entropy.c
Comment 2 Darren Tucker 2006-09-28 19:32:15 AEST
Sigh.  Thanks for the report.

It seems this doesn't happen when the host has either the /dev/random patch or prngd (which my test boxes do), even if you configure --with-rand-helper.
Comment 3 Darren Tucker 2006-09-28 19:45:51 AEST
Patch applied, thanks.  It will be in the next release.
Comment 4 Damien Miller 2008-04-04 09:56:27 AEDT
Close resolved bugs after release.