Bug 1238

Summary: compilation error in entropy.c
Product: Portable OpenSSH Reporter: Zvi Har'El <rl>
Component: ssh-rand-helperAssignee: Assigned to nobody <unassigned-bugs>
Status: CLOSED FIXED    
Severity: normal CC: rl
Priority: P2    
Version: 4.4p1   
Hardware: Other   
OS: Solaris   
Bug Depends on:    
Bug Blocks: 1222    
Attachments:
Description Flags
patch to entropy.c none

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.